Home
last modified time | relevance | path

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

/aosp12/art/runtime/entrypoints/quick/
H A Dquick_jni_entrypoints.cc172 extern void JniMethodEndSynchronized(uint32_t saved_local_ref_cookie, in JniMethodEndSynchronized() function
314 return JniMethodEndSynchronized(saved_local_ref_cookie, locked, self); in JniMonitoredMethodEndSynchronized()
H A Dquick_default_init_entrypoints.h80 qpoints->pJniMethodEndSynchronized = JniMethodEndSynchronized; in DefaultInitEntryPoints()
H A Dquick_entrypoints.h65 extern void JniMethodEndSynchronized(uint32_t saved_local_ref_cookie, jobject locked,
H A Dquick_entrypoints_list.h80 V(JniMethodEndSynchronized, void, uint32_t, jobject, Thread*) \