Home
last modified time | relevance | path

Searched refs:UnlockJniSynchronizedMethod (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc143 UnlockJniSynchronizedMethod(locked, self); // Must decode before pop. in JniMethodEndSynchronized()
188 UnlockJniSynchronizedMethod(locked, self); in JniMethodEndWithReferenceSynchronized()
215 UnlockJniSynchronizedMethod(locked, self); in GenericJniMethodEnd()
222 UnlockJniSynchronizedMethod(locked, self); // Must decode before pop. in GenericJniMethodEnd()
/art/runtime/entrypoints/
Dentrypoint_utils.h160 inline void UnlockJniSynchronizedMethod(jobject locked, Thread* self)
Dentrypoint_utils-inl.h774 inline void UnlockJniSynchronizedMethod(jobject locked, Thread* self) { in UnlockJniSynchronizedMethod() function