Home
last modified time | relevance | path

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

/aosp12/art/runtime/entrypoints/quick/
H A Dquick_default_externs.h80 extern "C" void art_quick_unlock_object(art::mirror::Object*);
H A Dquick_default_init_entrypoints.h93 qpoints->pUnlockObject = art_quick_unlock_object; in DefaultInitEntryPoints()
/aosp12/art/runtime/interpreter/mterp/arm64ng/
H A Dother.S155 bl art_quick_unlock_object
/aosp12/art/runtime/interpreter/mterp/x86_64ng/
H A Dother.S118 call art_quick_unlock_object
/aosp12/art/runtime/arch/
H A Dstub_test.cc535 const uintptr_t art_quick_unlock_object = StubTest::GetEntrypoint(self, kQuickUnlockObject); in TestUnlockObject() local
547 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_unlock_object, self); in TestUnlockObject()
562 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_unlock_object, self); in TestUnlockObject()
621 art_quick_unlock_object, self); in TestUnlockObject()
652 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U, art_quick_unlock_object, in TestUnlockObject()
/aosp12/art/runtime/interpreter/mterp/armng/
H A Dother.S166 bl art_quick_unlock_object
/aosp12/art/runtime/arch/x86_64/
H A Dquick_entrypoints_x86_64.S1120 DEFINE_FUNCTION art_quick_unlock_object
1161 END_FUNCTION art_quick_unlock_object
/aosp12/art/runtime/arch/arm64/
H A Dquick_entrypoints_arm64.S937 ENTRY art_quick_unlock_object
974 END art_quick_unlock_object
/aosp12/art/runtime/arch/x86/
H A Dquick_entrypoints_x86.S1279 DEFINE_FUNCTION art_quick_unlock_object
1332 END_FUNCTION art_quick_unlock_object
/aosp12/art/runtime/arch/arm/
H A Dquick_entrypoints_arm.S600 END art_quick_unlock_object