Searched refs:GetEntrypoint (Results 1 – 10 of 10) sorted by relevance
/art/runtime/arch/ |
D | stub_test.cc | 537 static uintptr_t GetEntrypoint(Thread* self, QuickEntrypointEnum entrypoint) { in GetEntrypoint() function in art::StubTest 560 10 * sizeof(uint32_t), StubTest::GetEntrypoint(self, kQuickMemcpy), self); in TEST_F() 592 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); in TEST_F() 666 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); in TestUnlockObject() 667 const uintptr_t art_quick_unlock_object = StubTest::GetEntrypoint(self, kQuickUnlockObject); in TestUnlockObject() 822 StubTest::GetEntrypoint(self, kQuickCheckInstanceOf); in TEST_F() 937 StubTest::GetEntrypoint(self, kQuickAllocObjectWithChecks), in TEST_F() 949 StubTest::GetEntrypoint(self, kQuickAllocObjectResolved), in TEST_F() 961 StubTest::GetEntrypoint(self, kQuickAllocObjectInitialized), in TEST_F() 1017 StubTest::GetEntrypoint(self, kQuickAllocObjectInitialized), in TEST_F() [all …]
|
/art/compiler/optimizing/ |
D | prepare_for_register_allocation.cc | 132 if (user->AsNewInstance()->GetEntrypoint() == kQuickAllocObjectInitialized) { in VisitClinitCheck() 219 if (new_inst != nullptr && new_inst->GetEntrypoint() == kQuickAllocObjectResolved) { in VisitConstructorFence()
|
D | nodes.cc | 2907 return GetEntrypoint() == kQuickAllocStringObject; in IsStringAlloc()
|
D | code_generator_arm64.cc | 5027 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
|
D | nodes.h | 4246 QuickEntrypointEnum GetEntrypoint() const { return entrypoint_; } in GetEntrypoint() function
|
D | code_generator_mips64.cc | 6651 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
|
D | code_generator_x86_64.cc | 4408 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
|
D | code_generator_x86.cc | 4538 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
|
D | code_generator_arm_vixl.cc | 5036 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
|
D | code_generator_mips.cc | 8720 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
|