Searched refs:GetEntrypoint (Results 1 - 9 of 9) sorted by relevance

/art/runtime/arch/
H A Dstub_test.cc534 static uintptr_t GetEntrypoint(Thread* self, QuickEntrypointEnum entrypoint) { function in class:art::StubTest
557 10 * sizeof(uint32_t), StubTest::GetEntrypoint(self, kQuickMemcpy), self);
589 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject);
663 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject);
664 const uintptr_t art_quick_unlock_object = StubTest::GetEntrypoint(self, kQuickUnlockObject);
819 StubTest::GetEntrypoint(self, kQuickCheckInstanceOf);
934 StubTest::GetEntrypoint(self, kQuickAllocObjectWithChecks),
946 StubTest::GetEntrypoint(self, kQuickAllocObjectResolved),
958 StubTest::GetEntrypoint(self, kQuickAllocObjectInitialized),
1014 StubTest::GetEntrypoint(sel
[all...]
/art/compiler/optimizing/
H A Dprepare_for_register_allocation.cc104 if (user->AsNewInstance()->GetEntrypoint() == kQuickAllocObjectInitialized) {
189 if (new_inst != nullptr && new_inst->GetEntrypoint() == kQuickAllocObjectResolved) {
H A Dcode_generator_arm64.cc5278 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc());
H A Dnodes.h4185 QuickEntrypointEnum GetEntrypoint() const { return entrypoint_; } function in class:art::FINAL::FINAL::ComparisonBias::FINAL
H A Dcode_generator_arm_vixl.cc5142 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc());
H A Dcode_generator_mips64.cc6480 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc());
H A Dcode_generator_x86.cc4206 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc());
H A Dcode_generator_x86_64.cc4052 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc());
H A Dcode_generator_mips.cc8550 codegen_->InvokeRuntime(instruction->GetEntrypoint(), instruction, instruction->GetDexPc());

Completed in 200 milliseconds