Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_default_externs.h77 extern "C" void art_quick_lock_object(art::mirror::Object*);
/art/runtime/arch/x86_64/
Dentrypoints_init_x86_64.cc100 qpoints->pLockObject = art_quick_lock_object; in InitEntryPoints()
Dquick_entrypoints_x86_64.S1041 DEFINE_FUNCTION art_quick_lock_object
1080 END_FUNCTION art_quick_lock_object
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc95 qpoints->pLockObject = art_quick_lock_object; in InitEntryPoints()
Dquick_entrypoints_x86.S982 DEFINE_FUNCTION art_quick_lock_object
1033 END_FUNCTION art_quick_lock_object
/art/runtime/arch/arm64/
Dentrypoints_init_arm64.cc104 qpoints->pLockObject = art_quick_lock_object; in InitEntryPoints()
Dquick_entrypoints_arm64.S1003 ENTRY art_quick_lock_object
1042 END art_quick_lock_object
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc114 qpoints->pLockObject = art_quick_lock_object; in InitEntryPoints()
Dquick_entrypoints_arm.S467 ENTRY art_quick_lock_object
506 END art_quick_lock_object
/art/runtime/arch/mips64/
Dentrypoints_init_mips64.cc124 qpoints->pLockObject = art_quick_lock_object; in InitEntryPoints()
/art/runtime/arch/
Dstub_test.cc852 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); in TEST_F() local
865 Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); in TEST_F()
873 Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); in TEST_F()
889 Invoke3(reinterpret_cast<size_t>(obj2.Get()), 0U, 0U, art_quick_lock_object, self); in TEST_F()
926 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); in TestUnlockObject() local
948 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); in TestUnlockObject()
1008 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U, art_quick_lock_object, in TestUnlockObject()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc176 qpoints->pLockObject = art_quick_lock_object; in InitEntryPoints()