Home
last modified time | relevance | path

Searched refs:art_quick_lock_object (Results 1 – 11 of 11) sorted by relevance

/art/runtime/arch/arm64/
Dentrypoints_init_arm64.cc70 extern "C" void art_quick_lock_object(void*);
168 qpoints->pLockObject = art_quick_lock_object; in InitEntryPoints()
Dquick_entrypoints_arm64.S961 ENTRY art_quick_lock_object
993 END art_quick_lock_object
/art/runtime/arch/x86_64/
Dentrypoints_init_x86_64.cc71 extern "C" void art_quick_lock_object(void*);
173 qpoints->pLockObject = art_quick_lock_object; in InitEntryPoints()
Dquick_entrypoints_x86_64.S863 DEFINE_FUNCTION art_quick_lock_object
893 END_FUNCTION art_quick_lock_object
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc70 extern "C" void art_quick_lock_object(void*);
169 qpoints->pLockObject = art_quick_lock_object; in InitEntryPoints()
Dquick_entrypoints_x86.S532 DEFINE_FUNCTION art_quick_lock_object
574 END_FUNCTION art_quick_lock_object
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc71 extern "C" void art_quick_lock_object(void*);
186 qpoints->pLockObject = art_quick_lock_object; in InitEntryPoints()
Dquick_entrypoints_arm.S374 ENTRY art_quick_lock_object
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc72 extern "C" void art_quick_lock_object(void*);
191 qpoints->pLockObject = art_quick_lock_object; in InitEntryPoints()
Dquick_entrypoints_mips.S558 ENTRY art_quick_lock_object
567 END art_quick_lock_object
/art/runtime/arch/
Dstub_test.cc605 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); in TEST_F() local
618 Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); in TEST_F()
626 Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); in TEST_F()
642 Invoke3(reinterpret_cast<size_t>(obj2.Get()), 0U, 0U, art_quick_lock_object, self); in TEST_F()
678 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); in TestUnlockObject() local
700 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); in TestUnlockObject()
760 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U, art_quick_lock_object, in TestUnlockObject()