Home
last modified time | relevance | path

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

/art/runtime/arch/
Dstub_test.cc537 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/
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()
Dcode_generator_arm64.cc5027 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
Dnodes.h4246 QuickEntrypointEnum GetEntrypoint() const { return entrypoint_; } in GetEntrypoint() function
Dcode_generator_mips64.cc6651 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
Dcode_generator_x86_64.cc4408 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
Dcode_generator_x86.cc4538 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
Dcode_generator_arm_vixl.cc5036 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()
Dcode_generator_mips.cc8720 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc()); in VisitNewInstance()