HomeSort by relevance Sort by last modified time
    Searched defs:StubTest (Results 1 - 2 of 2) sorted by null

  /art/runtime/arch/
stub_test.cc 30 class StubTest : public CommonRuntimeTest {
562 TEST_F(StubTest, Memcpy) {
574 10 * sizeof(uint32_t), StubTest::GetEntrypoint(self, kQuickMemcpy), self);
599 TEST_F(StubTest, LockObject) {
605 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject);
672 static void TestUnlockObject(StubTest* test) NO_THREAD_SAFETY_ANALYSIS {
678 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject);
679 const uintptr_t art_quick_unlock_object = StubTest::GetEntrypoint(self, kQuickUnlockObject);
815 TEST_F(StubTest, UnlockObject) {
823 TEST_F(StubTest, CheckCast)
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-tests.jar 

Completed in 1760 milliseconds