Home
last modified time | relevance | path

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

/art/
D.clang-format8 AllowShortBlocksOnASingleLine: Empty
10 AllowShortFunctionsOnASingleLine: Empty
/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.h96 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.h371 HInstruction* instruction, RegisterSet caller_saves = RegisterSet::Empty());
Dcode_generator_arm64.cc160 RegisterSet caller_saves = RegisterSet::Empty(); in OneRegInReferenceOutSaveEverythingCallerSaves()
1981 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in HandleFieldGet()
2479 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitArrayGet()
2839 RegisterSet caller_saves = RegisterSet::Empty(); in VisitBoundsCheck()
3660 RegisterSet caller_saves = RegisterSet::Empty(); in VisitDeoptimize()
3867 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitInstanceOf()
5243 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitLoadClass()
6179 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
Dcode_generator_x86_64.cc66 RegisterSet caller_saves = RegisterSet::Empty(); in OneRegInReferenceOutSaveEverythingCallerSaves()
1982 RegisterSet caller_saves = RegisterSet::Empty(); in VisitDeoptimize()
4875 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in HandleFieldGet()
5358 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitArrayGet()
5757 RegisterSet caller_saves = RegisterSet::Empty(); in VisitBoundsCheck()
5889 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
6253 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitLoadClass()
6613 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitInstanceOf()
Dcode_generator_arm_vixl.cc147 RegisterSet caller_saves = RegisterSet::Empty(); in OneRegInReferenceOutSaveEverythingCallerSaves()
2831 RegisterSet caller_saves = RegisterSet::Empty(); in VisitDeoptimize()
5877 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in HandleFieldGet()
6351 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitArrayGet()
6969 RegisterSet caller_saves = RegisterSet::Empty(); in VisitBoundsCheck()
7078 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitSuspendCheck()
7422 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitLoadClass()
7845 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitInstanceOf()
Dcode_generator_x86.cc65 RegisterSet caller_saves = RegisterSet::Empty(); in OneRegInReferenceOutSaveEverythingCallerSaves()
1986 RegisterSet caller_saves = RegisterSet::Empty(); in VisitDeoptimize()
5660 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in HandleFieldGet()
6198 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitArrayGet()
6618 RegisterSet caller_saves = RegisterSet::Empty(); in VisitBoundsCheck()
6720 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
7118 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitLoadClass()
7517 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitInstanceOf()
Dcode_generator.cc1047 allocated_registers_(RegisterSet::Empty()), in CodeGenerator()
Dintrinsics_arm64.cc753 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in CreateIntIntIntToIntLocations()
954 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in CreateUnsafeCASLocations()
Dintrinsics_arm_vixl.cc2802 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in CreateUnsafeGetLocations()
3467 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in CreateUnsafeCASLocations()
Dintrinsics_x86_64.cc1845 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in CreateIntIntIntToIntLocations()
Dintrinsics_x86.cc1709 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.cc278 if (!debug_info.Empty() && compiler_options_.GetGenerateDebugInfo()) { in WriteDebugInfo()
/art/runtime/
Dintern_table.h222 bool Empty() const { in Empty() function
Dmutator_gc_coord.md123 **Empty Checkpoints**
/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()