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

/art/runtime/arch/
H A Dstub_test.cc679 const uintptr_t art_quick_unlock_object = StubTest::GetEntrypoint(self, kQuickUnlockObject); variable
691 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_unlock_object, self); variable
706 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_unlock_object, self); variable
765 art_quick_unlock_object, self); variable
796 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U, art_quick_unlock_object, variable

Completed in 76 milliseconds