Home
last modified time | relevance | path

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

/art/runtime/arch/
Dstub_test.cc530 static uintptr_t GetEntrypoint(Thread* self, QuickEntrypointEnum entrypoint) { in GetEntrypoint() function in art::StubTest
557 10 * sizeof(uint32_t), StubTest::GetEntrypoint(self, kQuickMemcpy), self); in TEST_F()
589 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); in TEST_F()
663 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); in TestUnlockObject()
664 const uintptr_t art_quick_unlock_object = StubTest::GetEntrypoint(self, kQuickUnlockObject); in TestUnlockObject()
818 const uintptr_t art_quick_check_cast = StubTest::GetEntrypoint(self, kQuickCheckCast); in TEST_F()
870 StubTest::GetEntrypoint(self, kQuickAputObjectWithNullAndBoundCheck); in TEST_F()
1021 StubTest::GetEntrypoint(self, kQuickAllocObject), in TEST_F()
1035 StubTest::GetEntrypoint(self, kQuickAllocObjectResolved), in TEST_F()
1049 StubTest::GetEntrypoint(self, kQuickAllocObjectInitialized), in TEST_F()
[all …]
/art/compiler/optimizing/
Dprepare_for_register_allocation.cc78 if (user->AsNewInstance()->GetEntrypoint() == kQuickAllocObjectInitialized) { in VisitClinitCheck()
Dinliner.cc1230 (current->AsNewInstance()->GetEntrypoint() == kQuickAllocObjectWithAccessCheck)) { in TryBuildAndInlineHelper()
1239 (current->AsNewArray()->GetEntrypoint() == kQuickAllocArrayWithAccessCheck)) { in TryBuildAndInlineHelper()
Dcode_generator_mips64.cc3439 codegen_->InvokeRuntime(instruction->GetEntrypoint(), in VisitNewArray()
3471 codegen_->InvokeRuntime(instruction->GetEntrypoint(), in VisitNewInstance()
Dcode_generator_arm64.cc4253 codegen_->InvokeRuntime(instruction->GetEntrypoint(), in VisitNewArray()
4285 codegen_->InvokeRuntime(instruction->GetEntrypoint(), in VisitNewInstance()
Dnodes.h3638 QuickEntrypointEnum GetEntrypoint() const { return entrypoint_; } in GetEntrypoint() function
4225 QuickEntrypointEnum GetEntrypoint() const { return entrypoint_; } in GetEntrypoint() function
Dcode_generator_mips.cc4272 GetThreadOffset<kMipsWordSize>(instruction->GetEntrypoint()).Int32Value(), in VisitNewArray()
4306 GetThreadOffset<kMipsWordSize>(instruction->GetEntrypoint()).Int32Value(), in VisitNewInstance()
Dcode_generator_x86_64.cc3908 codegen_->InvokeRuntime(instruction->GetEntrypoint(), in VisitNewInstance()
3933 codegen_->InvokeRuntime(instruction->GetEntrypoint(), in VisitNewArray()
Dcode_generator_arm.cc3504 codegen_->InvokeRuntime(instruction->GetEntrypoint(), in VisitNewInstance()
3527 codegen_->InvokeRuntime(instruction->GetEntrypoint(), in VisitNewArray()
Dcode_generator_x86.cc4002 codegen_->InvokeRuntime(instruction->GetEntrypoint(), in VisitNewInstance()
4026 codegen_->InvokeRuntime(instruction->GetEntrypoint(), in VisitNewArray()