Searched refs:art_quick_lock_object (Results 1 – 8 of 8) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_default_init_entrypoints.h | 88 qpoints->pLockObject = art_quick_lock_object; in DefaultInitEntryPoints()
|
D | quick_default_externs.h | 77 extern "C" void art_quick_lock_object(art::mirror::Object*);
|
/art/runtime/arch/ |
D | stub_test.cc | 589 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); in TEST_F() local 602 Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); in TEST_F() 610 Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); in TEST_F() 626 Invoke3(reinterpret_cast<size_t>(obj2.Get()), 0U, 0U, art_quick_lock_object, self); in TEST_F() 663 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); in TestUnlockObject() local 685 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); in TestUnlockObject() 745 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U, art_quick_lock_object, in TestUnlockObject()
|
/art/runtime/arch/mips/ |
D | entrypoints_init_mips.cc | 294 qpoints->pLockObject = art_quick_lock_object; in InitEntryPoints()
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 684 ENTRY art_quick_lock_object 724 END art_quick_lock_object
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 1305 DEFINE_FUNCTION art_quick_lock_object 1344 END_FUNCTION art_quick_lock_object
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 1285 DEFINE_FUNCTION art_quick_lock_object 1336 END_FUNCTION art_quick_lock_object
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 1213 ENTRY art_quick_lock_object 1250 END art_quick_lock_object
|