Searched refs:art_quick_unlock_object (Results 1 – 12 of 12) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_default_externs.h | 78 extern "C" void art_quick_unlock_object(art::mirror::Object*);
|
/art/runtime/arch/x86_64/ |
D | entrypoints_init_x86_64.cc | 101 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
|
D | quick_entrypoints_x86_64.S | 1082 DEFINE_FUNCTION art_quick_unlock_object 1123 END_FUNCTION art_quick_unlock_object
|
/art/runtime/arch/x86/ |
D | entrypoints_init_x86.cc | 96 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
|
D | quick_entrypoints_x86.S | 1035 DEFINE_FUNCTION art_quick_unlock_object 1088 END_FUNCTION art_quick_unlock_object
|
/art/runtime/arch/arm64/ |
D | entrypoints_init_arm64.cc | 105 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
|
D | quick_entrypoints_arm64.S | 1051 ENTRY art_quick_unlock_object 1100 END art_quick_unlock_object
|
/art/runtime/arch/arm/ |
D | entrypoints_init_arm.cc | 115 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
|
D | quick_entrypoints_arm.S | 513 ENTRY art_quick_unlock_object
|
/art/runtime/arch/mips64/ |
D | entrypoints_init_mips64.cc | 125 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
|
/art/runtime/arch/mips/ |
D | entrypoints_init_mips.cc | 178 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
|
/art/runtime/arch/ |
D | stub_test.cc | 927 const uintptr_t art_quick_unlock_object = StubTest::GetEntrypoint(self, kQuickUnlockObject); in TestUnlockObject() local 939 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_unlock_object, self); in TestUnlockObject() 954 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_unlock_object, self); in TestUnlockObject() 1013 art_quick_unlock_object, self); in TestUnlockObject() 1044 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U, art_quick_unlock_object, in TestUnlockObject()
|