Searched defs:art_quick_lock_object (Results 1 - 1 of 1) sorted by relevance

/art/runtime/arch/
H A Dstub_test.cc852 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); local
865 Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); local
873 Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); local
889 Invoke3(reinterpret_cast<size_t>(obj2.Get()), 0U, 0U, art_quick_lock_object, self); local
926 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); variable
948 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); variable
1008 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U, art_quick_lock_object, variable

Completed in 67 milliseconds