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

  /art/runtime/entrypoints/quick/
quick_default_externs.h 77 extern "C" void art_quick_lock_object(art::mirror::Object*);
quick_default_init_entrypoints.h 88 qpoints->pLockObject = art_quick_lock_object;
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 177 qpoints->pLockObject = art_quick_lock_object;
  /art/runtime/arch/
stub_test.cc 589 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); local
602 Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); local
610 Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); local
626 Invoke3(reinterpret_cast<size_t>(obj2.Get()), 0U, 0U, art_quick_lock_object, self); local
663 const uintptr_t art_quick_lock_object = StubTest::GetEntrypoint(self, kQuickLockObject); variable
685 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self); variable
745 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U, art_quick_lock_object, variable
    [all...]
  /art/runtime/arch/arm64/
quick_entrypoints_arm64.S 1075 ENTRY art_quick_lock_object
    [all...]
  /art/runtime/arch/x86/
quick_entrypoints_x86.S     [all...]
  /art/runtime/arch/x86_64/
quick_entrypoints_x86_64.S     [all...]
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 536 ENTRY art_quick_lock_object
575 END art_quick_lock_object
    [all...]

Completed in 177 milliseconds