Home
last modified time | relevance | path

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

/art/runtime/arch/
Dstub_test.cc547 static uintptr_t GetEntrypoint(Thread* self, QuickEntrypointEnum entrypoint) { in GetEntrypoint() function in art::StubTest
574 10 * sizeof(uint32_t), StubTest::GetEntrypoint(self, kQuickMemcpy), self); in TEST_F()
605 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); in TEST_F()
678 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); in TestUnlockObject()
679 const uintptr_t art_quick_unlock_object = StubTest::GetEntrypoint(self, kQuickUnlockObject); in TestUnlockObject()
827 const uintptr_t art_quick_check_cast = StubTest::GetEntrypoint(self, kQuickCheckCast); in TEST_F()
880 StubTest::GetEntrypoint(self, kQuickAputObjectWithNullAndBoundCheck); in TEST_F()
1028 StubTest::GetEntrypoint(self, kQuickAllocObject), in TEST_F()
1042 StubTest::GetEntrypoint(self, kQuickAllocObjectResolved), in TEST_F()
1056 StubTest::GetEntrypoint(self, kQuickAllocObjectInitialized), in TEST_F()
[all …]