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()
219 if (new_inst != nullptr && new_inst->GetEntrypoint() == kQuickAllocObjectResolved) { in VisitConstructorFence()
Dnodes.cc2907 return GetEntrypoint() == kQuickAllocStringObject; in IsStringAlloc()
Dnodes.h4316 QuickEntrypointEnum GetEntrypoint() const { return entrypoint_; } in GetEntrypoint() function
Dcode_generator_arm64.cc5471 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
Dcode_generator_x86_64.cc4621 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
Dcode_generator_x86.cc4709 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
Dcode_generator_arm_vixl.cc5385 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()