Home
last modified time | relevance | path

Searched refs:art_quick_lock_object (Results 1 – 9 of 9) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_default_init_entrypoints.h91 qpoints->pLockObject = art_quick_lock_object; in DefaultInitEntryPoints()
Dquick_default_externs.h79 extern "C" void art_quick_lock_object(art::mirror::Object*);
/art/runtime/interpreter/mterp/x86_64ng/
Dother.S104 call art_quick_lock_object
/art/runtime/arch/
Dstub_test.cc460 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); in TEST_F() local
473 Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); in TEST_F()
481 Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); in TEST_F()
497 Invoke3(reinterpret_cast<size_t>(obj2.Get()), 0U, 0U, art_quick_lock_object, self); in TEST_F()
534 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); in TestUnlockObject() local
556 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); in TestUnlockObject()
616 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U, art_quick_lock_object, in TestUnlockObject()
/art/runtime/interpreter/mterp/arm64ng/
Dother.S138 bl art_quick_lock_object
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S1071 DEFINE_FUNCTION art_quick_lock_object
1110 END_FUNCTION art_quick_lock_object
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S891 ENTRY art_quick_lock_object
918 END art_quick_lock_object
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1210 DEFINE_FUNCTION art_quick_lock_object
1261 END_FUNCTION art_quick_lock_object
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S561 ENTRY art_quick_lock_object