Home
last modified time | relevance | path

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

/art/runtime/arch/arm64/
Dentrypoints_init_arm64.cc71 extern "C" void art_quick_unlock_object(void*);
169 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
Dquick_entrypoints_arm64.S1002 ENTRY art_quick_unlock_object
1028 END art_quick_unlock_object
/art/runtime/arch/x86_64/
Dentrypoints_init_x86_64.cc72 extern "C" void art_quick_unlock_object(void*);
174 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
Dquick_entrypoints_x86_64.S895 DEFINE_FUNCTION art_quick_unlock_object
919 END_FUNCTION art_quick_unlock_object
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc71 extern "C" void art_quick_unlock_object(void*);
170 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
Dquick_entrypoints_x86.S576 DEFINE_FUNCTION art_quick_unlock_object
608 END_FUNCTION art_quick_unlock_object
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc72 extern "C" void art_quick_unlock_object(void*);
187 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
Dquick_entrypoints_arm.S441 END art_quick_unlock_object
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc73 extern "C" void art_quick_unlock_object(void*);
192 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
Dquick_entrypoints_mips.S573 ENTRY art_quick_unlock_object
582 END art_quick_unlock_object
/art/runtime/arch/
Dstub_test.cc679 const uintptr_t art_quick_unlock_object = StubTest::GetEntrypoint(self, kQuickUnlockObject); in TestUnlockObject() local
691 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_unlock_object, self); in TestUnlockObject()
706 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_unlock_object, self); in TestUnlockObject()
765 art_quick_unlock_object, self); in TestUnlockObject()
796 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U, art_quick_unlock_object, in TestUnlockObject()