Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h62 extern void JniMethodFastEnd(uint32_t saved_local_ref_cookie, Thread* self)
Dquick_default_init_entrypoints.h82 qpoints->pJniMethodFastEnd = JniMethodFastEnd; in DefaultInitEntryPoints()
Dquick_jni_entrypoints.cc134 extern void JniMethodFastEnd(uint32_t saved_local_ref_cookie, Thread* self) { in JniMethodFastEnd() function
Dquick_entrypoints_list.h79 V(JniMethodFastEnd, void, uint32_t, Thread*) \
Dquick_trampoline_entrypoints.cc2333 JniMethodFastEnd(cookie, self); in artQuickGenericJniEndJNINonRef()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc275 qpoints->pJniMethodFastEnd = JniMethodFastEnd; in InitEntryPoints()