Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_default_externs.h78 extern "C" void art_quick_unlock_object(art::mirror::Object*);
/art/runtime/arch/x86_64/
Dentrypoints_init_x86_64.cc101 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
Dquick_entrypoints_x86_64.S1082 DEFINE_FUNCTION art_quick_unlock_object
1123 END_FUNCTION art_quick_unlock_object
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc96 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
Dquick_entrypoints_x86.S1035 DEFINE_FUNCTION art_quick_unlock_object
1088 END_FUNCTION art_quick_unlock_object
/art/runtime/arch/arm64/
Dentrypoints_init_arm64.cc105 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
Dquick_entrypoints_arm64.S1051 ENTRY art_quick_unlock_object
1100 END art_quick_unlock_object
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc115 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
Dquick_entrypoints_arm.S513 ENTRY art_quick_unlock_object
/art/runtime/arch/mips64/
Dentrypoints_init_mips64.cc125 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc178 qpoints->pUnlockObject = art_quick_unlock_object; in InitEntryPoints()
/art/runtime/arch/
Dstub_test.cc927 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()