Home
last modified time | relevance | path

Searched refs:GetEntrypoint (Results 1 – 8 of 8) sorted by relevance

/art/runtime/arch/
Dstub_test.cc405 static uintptr_t GetEntrypoint(Thread* self, QuickEntrypointEnum entrypoint) { in GetEntrypoint() function in art::StubTest
428 10 * sizeof(uint32_t), StubTest::GetEntrypoint(self, kQuickMemcpy), self); in TEST_F()
460 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); in TEST_F()
534 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); in TestUnlockObject()
535 const uintptr_t art_quick_unlock_object = StubTest::GetEntrypoint(self, kQuickUnlockObject); in TestUnlockObject()
690 StubTest::GetEntrypoint(self, kQuickCheckInstanceOf); in TEST_F()
805 StubTest::GetEntrypoint(self, kQuickAllocObjectWithChecks), in TEST_F()
817 StubTest::GetEntrypoint(self, kQuickAllocObjectResolved), in TEST_F()
829 StubTest::GetEntrypoint(self, kQuickAllocObjectInitialized), in TEST_F()
885 StubTest::GetEntrypoint(self, kQuickAllocObjectInitialized), in TEST_F()
[all …]
/art/compiler/optimizing/
Dprepare_for_register_allocation.cc132 if (user->AsNewInstance()->GetEntrypoint() == kQuickAllocObjectInitialized) { in VisitClinitCheck()
218 if (new_inst != nullptr && new_inst->GetEntrypoint() == kQuickAllocObjectResolved) { in VisitConstructorFence()
Dnodes.cc3181 return GetEntrypoint() == kQuickAllocStringObject; in IsStringAlloc()
Dnodes.h4518 QuickEntrypointEnum GetEntrypoint() const { return entrypoint_; }
Dcode_generator_arm64.cc5685 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
Dcode_generator_x86_64.cc4708 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
Dcode_generator_arm_vixl.cc5431 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
Dcode_generator_x86.cc4895 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()