Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h63 extern void JniMethodFastEnd(uint32_t saved_local_ref_cookie, Thread* self)
Dquick_default_init_entrypoints.h83 qpoints->pJniMethodFastEnd = JniMethodFastEnd; in DefaultInitEntryPoints()
Dquick_jni_entrypoints.cc157 extern void JniMethodFastEnd(uint32_t saved_local_ref_cookie, Thread* self) { in JniMethodFastEnd() function
Dquick_entrypoints_list.h79 V(JniMethodFastEnd, void, uint32_t, Thread*) \