HomeSort by relevance Sort by last modified time
    Searched refs:art_quick_lock_object (Results 1 - 11 of 11) sorted by null

  /art/runtime/arch/arm/
entrypoints_init_arm.cc 71 extern "C" void art_quick_lock_object(void*);
186 qpoints->pLockObject = art_quick_lock_object;
quick_entrypoints_arm.S 374 ENTRY art_quick_lock_object
407 END art_quick_lock_object
    [all...]
  /art/runtime/arch/arm64/
entrypoints_init_arm64.cc 70 extern "C" void art_quick_lock_object(void*);
168 qpoints->pLockObject = art_quick_lock_object;
quick_entrypoints_arm64.S 961 ENTRY art_quick_lock_object
993 END art_quick_lock_object
    [all...]
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 72 extern "C" void art_quick_lock_object(void*);
191 qpoints->pLockObject = art_quick_lock_object;
quick_entrypoints_mips.S 558 ENTRY art_quick_lock_object
567 END art_quick_lock_object
    [all...]
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 70 extern "C" void art_quick_lock_object(void*);
169 qpoints->pLockObject = art_quick_lock_object;
quick_entrypoints_x86.S 532 DEFINE_FUNCTION art_quick_lock_object
574 END_FUNCTION art_quick_lock_object
    [all...]
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 71 extern "C" void art_quick_lock_object(void*);
173 qpoints->pLockObject = art_quick_lock_object;
quick_entrypoints_x86_64.S     [all...]
  /art/runtime/arch/
stub_test.cc 605 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); local
618 Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); local
626 Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); local
642 Invoke3(reinterpret_cast<size_t>(obj2.Get()), 0U, 0U, art_quick_lock_object, self); local
678 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); variable
700 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); variable
760 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U, art_quick_lock_object, variable
    [all...]

Completed in 110 milliseconds