Searched refs:GetEntrypoint (Results 1 – 10 of 10) sorted by relevance
/art/runtime/arch/ |
D | stub_test.cc | 530 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/ |
D | prepare_for_register_allocation.cc | 78 if (user->AsNewInstance()->GetEntrypoint() == kQuickAllocObjectInitialized) { in VisitClinitCheck()
|
D | inliner.cc | 1230 (current->AsNewInstance()->GetEntrypoint() == kQuickAllocObjectWithAccessCheck)) { in TryBuildAndInlineHelper() 1239 (current->AsNewArray()->GetEntrypoint() == kQuickAllocArrayWithAccessCheck)) { in TryBuildAndInlineHelper()
|
D | code_generator_mips64.cc | 3439 codegen_->InvokeRuntime(instruction->GetEntrypoint(), in VisitNewArray() 3471 codegen_->InvokeRuntime(instruction->GetEntrypoint(), in VisitNewInstance()
|
D | code_generator_arm64.cc | 4253 codegen_->InvokeRuntime(instruction->GetEntrypoint(), in VisitNewArray() 4285 codegen_->InvokeRuntime(instruction->GetEntrypoint(), in VisitNewInstance()
|
D | nodes.h | 3638 QuickEntrypointEnum GetEntrypoint() const { return entrypoint_; } in GetEntrypoint() function 4225 QuickEntrypointEnum GetEntrypoint() const { return entrypoint_; } in GetEntrypoint() function
|
D | code_generator_mips.cc | 4272 GetThreadOffset<kMipsWordSize>(instruction->GetEntrypoint()).Int32Value(), in VisitNewArray() 4306 GetThreadOffset<kMipsWordSize>(instruction->GetEntrypoint()).Int32Value(), in VisitNewInstance()
|
D | code_generator_x86_64.cc | 3908 codegen_->InvokeRuntime(instruction->GetEntrypoint(), in VisitNewInstance() 3933 codegen_->InvokeRuntime(instruction->GetEntrypoint(), in VisitNewArray()
|
D | code_generator_arm.cc | 3504 codegen_->InvokeRuntime(instruction->GetEntrypoint(), in VisitNewInstance() 3527 codegen_->InvokeRuntime(instruction->GetEntrypoint(), in VisitNewArray()
|
D | code_generator_x86.cc | 4002 codegen_->InvokeRuntime(instruction->GetEntrypoint(), in VisitNewInstance() 4026 codegen_->InvokeRuntime(instruction->GetEntrypoint(), in VisitNewArray()
|