Home
last modified time | relevance | path

Searched refs:JniMethodEnd (Results 1 – 6 of 6) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h59 extern void JniMethodEnd(uint32_t saved_local_ref_cookie, Thread* self)
Dquick_default_init_entrypoints.h75 qpoints->pJniMethodEnd = JniMethodEnd; in DefaultInitEntryPoints()
Dquick_jni_entrypoints.cc132 extern void JniMethodEnd(uint32_t saved_local_ref_cookie, Thread* self) { in JniMethodEnd() function
Dquick_entrypoints_list.h73 V(JniMethodEnd, void, uint32_t, Thread*) \
Dquick_trampoline_entrypoints.cc2057 JniMethodEnd(cookie, self); in artQuickGenericJniEndJNINonRef()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc245 qpoints->pJniMethodEnd = JniMethodEnd; in InitEntryPoints()