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

  /art/runtime/arch/arm/
entrypoints_init_arm.cc 72 extern "C" void art_quick_unlock_object(void*);
187 qpoints->pUnlockObject = art_quick_unlock_object;
quick_entrypoints_arm.S 414 ENTRY art_quick_unlock_object
441 END art_quick_unlock_object
    [all...]
  /art/runtime/arch/arm64/
entrypoints_init_arm64.cc 71 extern "C" void art_quick_unlock_object(void*);
169 qpoints->pUnlockObject = art_quick_unlock_object;
quick_entrypoints_arm64.S 1002 ENTRY art_quick_unlock_object
1028 END art_quick_unlock_object
    [all...]
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 73 extern "C" void art_quick_unlock_object(void*);
192 qpoints->pUnlockObject = art_quick_unlock_object;
quick_entrypoints_mips.S 573 ENTRY art_quick_unlock_object
582 END art_quick_unlock_object
    [all...]
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 71 extern "C" void art_quick_unlock_object(void*);
170 qpoints->pUnlockObject = art_quick_unlock_object;
quick_entrypoints_x86.S 576 DEFINE_FUNCTION art_quick_unlock_object
608 END_FUNCTION art_quick_unlock_object
    [all...]
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 72 extern "C" void art_quick_unlock_object(void*);
174 qpoints->pUnlockObject = art_quick_unlock_object;
quick_entrypoints_x86_64.S     [all...]
  /art/runtime/arch/
stub_test.cc 679 const uintptr_t art_quick_unlock_object = StubTest::GetEntrypoint(self, kQuickUnlockObject); variable
691 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_unlock_object, self); variable
706 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_unlock_object, self); variable
765 art_quick_unlock_object, self); variable
796 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U, art_quick_unlock_object, variable
    [all...]

Completed in 3388 milliseconds