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

  /art/runtime/entrypoints/quick/
quick_entrypoints.h 60 extern void JniMethodEnd(uint32_t saved_local_ref_cookie, Thread* self)
quick_default_init_entrypoints.h 75 qpoints->pJniMethodEnd = JniMethodEnd;
quick_jni_entrypoints.cc 129 extern void JniMethodEnd(uint32_t saved_local_ref_cookie, Thread* self) {
quick_entrypoints_list.h 73 V(JniMethodEnd, void, uint32_t, Thread*) \
quick_trampoline_entrypoints.cc     [all...]
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 269 qpoints->pJniMethodEnd = JniMethodEnd;

Completed in 90 milliseconds