Home
last modified time | relevance | path

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

/art/runtime/arch/
Dstub_test.cc38 class StubTest : public CommonRuntimeTest { class
548 TEST_F(StubTest, Memcpy) { in TEST_F() argument
560 10 * sizeof(uint32_t), StubTest::GetEntrypoint(self, kQuickMemcpy), self); in TEST_F()
585 TEST_F(StubTest, LockObject) { in TEST_F() argument
592 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); in TEST_F()
659 static void TestUnlockObject(StubTest* test) NO_THREAD_SAFETY_ANALYSIS { in TestUnlockObject()
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()
804 TEST_F(StubTest, UnlockObject) { in TEST_F() argument
816 TEST_F(StubTest, CheckCast) { in TEST_F() argument
[all …]
/art/runtime/
Dthread.h1799 friend class StubTest; // For accessing entrypoints. variable