Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc137 static inline void UnlockJniSynchronizedMethod(jobject locked, Thread* self) in UnlockJniSynchronizedMethod() function
176 UnlockJniSynchronizedMethod(locked, self); // Must decode before pop. in JniMethodEndSynchronized()
221 UnlockJniSynchronizedMethod(locked, self); in JniMethodEndWithReferenceSynchronized()
250 UnlockJniSynchronizedMethod(lock, self); in GenericJniMethodEnd()