Home
last modified time | relevance | path

Searched refs:Empty (Results 1 – 23 of 23) sorted by relevance

/art/test/001-Main/
Dinfo.txt1 Import of a previous oat test. Empty main, just test starting up the runtime.
/art/compiler/debug/
Ddebug_info.h38 bool Empty() const { in Empty() function
Delf_symtab_writer.h56 if (debug_info.Empty()) { in WriteDebugSymbols()
Delf_debug_writer.cc134 if (!debug_info.Empty()) { in MakeMiniDebugInfoInternal()
/art/compiler/optimizing/
Dlocations.cc41 live_registers_(RegisterSet::Empty()), in LocationSummary()
42 custom_slow_path_caller_saves_(RegisterSet::Empty()) { in LocationSummary()
Dlocations.h448 static RegisterSet Empty() { return RegisterSet(); } in Empty() function
Dcode_generator.h370 HInstruction* instruction, RegisterSet caller_saves = RegisterSet::Empty());
Dcode_generator_arm64.cc154 RegisterSet caller_saves = RegisterSet::Empty(); in OneRegInReferenceOutSaveEverythingCallerSaves()
1991 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in HandleFieldGet()
2459 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitArrayGet()
2819 RegisterSet caller_saves = RegisterSet::Empty(); in VisitBoundsCheck()
3579 RegisterSet caller_saves = RegisterSet::Empty(); in VisitDeoptimize()
3773 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitInstanceOf()
5030 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitLoadClass()
5965 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dcode_generator_x86_64.cc64 RegisterSet caller_saves = RegisterSet::Empty(); in OneRegInReferenceOutSaveEverythingCallerSaves()
1909 RegisterSet caller_saves = RegisterSet::Empty(); in VisitDeoptimize()
4785 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in HandleFieldGet()
5227 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitArrayGet()
5626 RegisterSet caller_saves = RegisterSet::Empty(); in VisitBoundsCheck()
5758 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
6118 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitLoadClass()
6474 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitInstanceOf()
Dcode_generator_x86.cc63 RegisterSet caller_saves = RegisterSet::Empty(); in OneRegInReferenceOutSaveEverythingCallerSaves()
1820 RegisterSet caller_saves = RegisterSet::Empty(); in VisitDeoptimize()
5389 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in HandleFieldGet()
5865 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitArrayGet()
6285 RegisterSet caller_saves = RegisterSet::Empty(); in VisitBoundsCheck()
6387 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
6781 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitLoadClass()
7179 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitInstanceOf()
Dcode_generator_arm_vixl.cc144 RegisterSet caller_saves = RegisterSet::Empty(); in OneRegInReferenceOutSaveEverythingCallerSaves()
2802 RegisterSet caller_saves = RegisterSet::Empty(); in VisitDeoptimize()
5816 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in HandleFieldGet()
6262 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitArrayGet()
6880 RegisterSet caller_saves = RegisterSet::Empty(); in VisitBoundsCheck()
6989 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitSuspendCheck()
7329 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitLoadClass()
7749 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitInstanceOf()
Dintrinsics_arm_vixl.cc652 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in CreateIntIntIntToIntLocations()
900 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in CreateIntIntIntIntIntToIntPlusTemps()
Dcode_generator.cc1025 allocated_registers_(RegisterSet::Empty()), in CodeGenerator()
Dintrinsics_arm64.cc718 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in CreateIntIntIntToIntLocations()
922 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in CreateIntIntIntIntIntToInt()
Dintrinsics_x86_64.cc1845 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in CreateIntIntIntToIntLocations()
Dintrinsics_x86.cc1707 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in CreateIntIntIntToIntLocations()
/art/test/800-smali/smali/
Db_21614284.smali16 # Empty if, testing p0.
Db_22881413.smali38 # Empty, ignore this. We want to see if the other method can be verified in a reasonable amount of
/art/dex2oat/linker/
Delf_writer_quick.cc276 if (!debug_info.Empty() && compiler_options_.GetGenerateDebugInfo()) { in WriteDebugInfo()
Dimage_writer.cc2893 DCHECK(!temp_intern_table.strong_interns_.tables_[0].Empty()); // Inserted at the beginning. in CopyAndFixupNativeData()
/art/runtime/
Dintern_table.h222 bool Empty() const { in Empty() function
/art/dexlayout/
Ddex_writer.cc466 if (header_->HiddenapiClassDatas().Empty()) { in WriteHiddenapiClassData()
788 header_->HiddenapiClassDatas().Empty() ? 0u : 1u, in GenerateAndWriteMapItems()
Ddex_ir.h221 bool Empty() const { return Size() == 0u; } in Empty() function
1294 return (header->HiddenapiClassDatas().Empty()) in GetFlags()