Searched refs:art_quick_unlock_object (Results 1 – 11 of 11) sorted by relevance
/art/runtime/arch/arm64/ |
D | entrypoints_init_arm64.cc | 71 extern "C" void art_quick_unlock_object(void*); 169 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
|
D | quick_entrypoints_arm64.S | 1002 ENTRY art_quick_unlock_object 1028 END art_quick_unlock_object
|
/art/runtime/arch/x86_64/ |
D | entrypoints_init_x86_64.cc | 72 extern "C" void art_quick_unlock_object(void*); 174 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
|
D | quick_entrypoints_x86_64.S | 895 DEFINE_FUNCTION art_quick_unlock_object 919 END_FUNCTION art_quick_unlock_object
|
/art/runtime/arch/x86/ |
D | entrypoints_init_x86.cc | 71 extern "C" void art_quick_unlock_object(void*); 170 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
|
D | quick_entrypoints_x86.S | 576 DEFINE_FUNCTION art_quick_unlock_object 608 END_FUNCTION art_quick_unlock_object
|
/art/runtime/arch/arm/ |
D | entrypoints_init_arm.cc | 72 extern "C" void art_quick_unlock_object(void*); 187 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
|
D | quick_entrypoints_arm.S | 441 END art_quick_unlock_object
|
/art/runtime/arch/mips/ |
D | entrypoints_init_mips.cc | 73 extern "C" void art_quick_unlock_object(void*); 192 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
|
D | quick_entrypoints_mips.S | 573 ENTRY art_quick_unlock_object 582 END art_quick_unlock_object
|
/art/runtime/arch/ |
D | stub_test.cc | 679 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()
|