Searched refs:art_quick_unlock_object (Results 1 – 10 of 10) sorted by relevance
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_default_externs.h | 80 extern "C" void art_quick_unlock_object(art::mirror::Object*);
|
H A D | quick_default_init_entrypoints.h | 93 qpoints->pUnlockObject = art_quick_unlock_object; in DefaultInitEntryPoints()
|
/aosp12/art/runtime/interpreter/mterp/arm64ng/ |
H A D | other.S | 155 bl art_quick_unlock_object
|
/aosp12/art/runtime/interpreter/mterp/x86_64ng/ |
H A D | other.S | 118 call art_quick_unlock_object
|
/aosp12/art/runtime/arch/ |
H A D | stub_test.cc | 535 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 D | other.S | 166 bl art_quick_unlock_object
|
/aosp12/art/runtime/arch/x86_64/ |
H A D | quick_entrypoints_x86_64.S | 1120 DEFINE_FUNCTION art_quick_unlock_object 1161 END_FUNCTION art_quick_unlock_object
|
/aosp12/art/runtime/arch/arm64/ |
H A D | quick_entrypoints_arm64.S | 937 ENTRY art_quick_unlock_object 974 END art_quick_unlock_object
|
/aosp12/art/runtime/arch/x86/ |
H A D | quick_entrypoints_x86.S | 1279 DEFINE_FUNCTION art_quick_unlock_object 1332 END_FUNCTION art_quick_unlock_object
|
/aosp12/art/runtime/arch/arm/ |
H A D | quick_entrypoints_arm.S | 600 END art_quick_unlock_object
|