Home
last modified time | relevance | path

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

/art/runtime/arch/
Dstub_test.cc30 class StubTest : public CommonRuntimeTest { class
562 TEST_F(StubTest, Memcpy) { in TEST_F() argument
574 10 * sizeof(uint32_t), StubTest::GetEntrypoint(self, kQuickMemcpy), self); in TEST_F()
599 TEST_F(StubTest, LockObject) { in TEST_F() argument
605 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); in TEST_F()
672 static void TestUnlockObject(StubTest* test) NO_THREAD_SAFETY_ANALYSIS { in TestUnlockObject()
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()
815 TEST_F(StubTest, UnlockObject) { in TEST_F() argument
823 TEST_F(StubTest, CheckCast) { in TEST_F() argument
[all …]
/art/runtime/
Dthread.h1166 friend class StubTest; // For accessing entrypoints. variable