Searched refs:UnlockJniSynchronizedMethod (Results 1 – 3 of 3) sorted by relevance
143 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()
160 inline void UnlockJniSynchronizedMethod(jobject locked, Thread* self)
774 inline void UnlockJniSynchronizedMethod(jobject locked, Thread* self) { in UnlockJniSynchronizedMethod() function