/art/test/001-Main/ |
D | info.txt | 1 Import of a previous oat test. Empty main, just test starting up the runtime.
|
/art/compiler/debug/ |
D | debug_info.h | 38 bool Empty() const { in Empty() function
|
D | elf_symtab_writer.h | 56 if (debug_info.Empty()) { in WriteDebugSymbols()
|
/art/compiler/optimizing/ |
D | locations.cc | 41 live_registers_(RegisterSet::Empty()), in LocationSummary() 42 custom_slow_path_caller_saves_(RegisterSet::Empty()) { in LocationSummary()
|
D | locations.h | 435 static RegisterSet Empty() { return RegisterSet(); } in Empty() function
|
D | code_generator_arm64.cc | 2226 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in HandleFieldGet() 2693 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitArrayGet() 3072 RegisterSet caller_saves = RegisterSet::Empty(); in VisitBoundsCheck() 3691 RegisterSet caller_saves = RegisterSet::Empty(); in VisitDeoptimize() 3873 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitInstanceOf() 4815 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitLoadClass() 4825 RegisterSet caller_saves = RegisterSet::Empty(); in VisitLoadClass() 5017 RegisterSet caller_saves = RegisterSet::Empty(); in VisitLoadString() 5623 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
|
D | code_generator_mips64.cc | 2158 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitArrayGet() 2726 RegisterSet caller_saves = RegisterSet::Empty(); in VisitBoundsCheck() 4348 RegisterSet caller_saves = RegisterSet::Empty(); in VisitDeoptimize() 4722 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in HandleFieldGet() 5523 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitInstanceOf() 6042 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitLoadClass() 6051 RegisterSet caller_saves = RegisterSet::Empty(); in VisitLoadClass() 6212 RegisterSet caller_saves = RegisterSet::Empty(); in VisitLoadString() 6826 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
|
D | code_generator.h | 332 HInstruction* instruction, RegisterSet caller_saves = RegisterSet::Empty());
|
D | code_generator_x86_64.cc | 1731 RegisterSet caller_saves = RegisterSet::Empty(); in VisitDeoptimize() 4219 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in HandleFieldGet() 4652 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitArrayGet() 5049 RegisterSet caller_saves = RegisterSet::Empty(); in VisitBoundsCheck() 5165 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck() 5506 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitLoadClass() 5517 RegisterSet caller_saves = RegisterSet::Empty(); in VisitLoadClass() 5681 RegisterSet caller_saves = RegisterSet::Empty(); in VisitLoadString() 5842 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitInstanceOf()
|
D | code_generator_x86.cc | 1714 RegisterSet caller_saves = RegisterSet::Empty(); in VisitDeoptimize() 4731 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in HandleFieldGet() 5198 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitArrayGet() 5616 RegisterSet caller_saves = RegisterSet::Empty(); in VisitBoundsCheck() 5718 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck() 6091 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitLoadClass() 6104 RegisterSet caller_saves = RegisterSet::Empty(); in VisitLoadClass() 6292 RegisterSet caller_saves = RegisterSet::Empty(); in VisitLoadString() 6455 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitInstanceOf()
|
D | code_generator_arm_vixl.cc | 3017 RegisterSet caller_saves = RegisterSet::Empty(); in VisitDeoptimize() 5574 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in HandleFieldGet() 6017 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitArrayGet() 6636 RegisterSet caller_saves = RegisterSet::Empty(); in VisitBoundsCheck() 6729 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitSuspendCheck() 7069 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitLoadClass() 7079 RegisterSet caller_saves = RegisterSet::Empty(); in VisitLoadClass() 7268 RegisterSet caller_saves = RegisterSet::Empty(); in VisitLoadString() 7435 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitInstanceOf()
|
D | code_generator_mips.cc | 2557 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitArrayGet() 3173 RegisterSet caller_saves = RegisterSet::Empty(); in VisitBoundsCheck() 5816 RegisterSet caller_saves = RegisterSet::Empty(); in VisitDeoptimize() 6432 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in HandleFieldGet() 7409 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitInstanceOf() 7953 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in VisitLoadClass() 7981 RegisterSet caller_saves = RegisterSet::Empty(); in VisitLoadClass() 8201 RegisterSet caller_saves = RegisterSet::Empty(); in VisitLoadString() 8947 GetGraph()->HasSIMD() ? RegisterSet::AllFpu() : RegisterSet::Empty()); in VisitSuspendCheck()
|
D | code_generator.cc | 840 allocated_registers_(RegisterSet::Empty()), in CodeGenerator()
|
D | register_allocator_graph_color.cc | 1186 DCHECK(interval_node_map_.Empty() && prunable_nodes_.empty()); in BuildInterferenceGraph()
|
D | intrinsics_mips64.cc | 1121 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in CreateIntIntIntToIntLocations()
|
D | intrinsics_x86_64.cc | 2200 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in CreateIntIntIntToIntLocations()
|
D | intrinsics_arm64.cc | 954 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in CreateIntIntIntToIntLocations()
|
D | intrinsics_mips.cc | 1524 locations->SetCustomSlowPathCallerSaves(RegisterSet::Empty()); // No caller-save registers. in CreateIntIntIntToIntLocations()
|
/art/test/800-smali/smali/ |
D | b_21614284.smali | 16 # Empty if, testing p0.
|
D | b_22881413.smali | 38 # Empty, ignore this. We want to see if the other method can be verified in a reasonable amount of
|
/art/libartbase/base/ |
D | hash_set_test.cc | 69 ASSERT_TRUE(hash_set.Empty()); in TEST_F() 76 ASSERT_TRUE(hash_set.Empty()); in TEST_F() 238 ASSERT_TRUE(hash_set.Empty()); in TEST_F()
|
D | hash_set.h | 303 bool Empty() const { in Empty() function
|
/art/dex2oat/linker/ |
D | elf_writer_quick.cc | 253 if (!debug_info.Empty() && compiler_options_->GetGenerateMiniDebugInfo()) { in PrepareDebugInfo() 273 if (!debug_info.Empty()) { in WriteDebugInfo()
|
/art/runtime/ |
D | class_table.cc | 166 CHECK(class_set.Empty()); in CopyWithoutLocks()
|
D | intern_table.cc | 369 if (set.Empty()) { in AddTableFromMemory()
|