Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h60 extern void JniMethodEnd(uint32_t saved_local_ref_cookie, Thread* self)
Dquick_default_init_entrypoints.h77 qpoints->pJniMethodEnd = JniMethodEnd; in DefaultInitEntryPoints()
Dquick_jni_entrypoints.cc129 extern void JniMethodEnd(uint32_t saved_local_ref_cookie, Thread* self) { in JniMethodEnd() function
Dquick_entrypoints_list.h78 V(JniMethodEnd, void, uint32_t, Thread*) \
Dquick_trampoline_entrypoints.cc2335 JniMethodEnd(cookie, self); in artQuickGenericJniEndJNINonRef()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc273 qpoints->pJniMethodEnd = JniMethodEnd; in InitEntryPoints()