Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc84 UnlockJniSynchronizedMethod(locked, self); // Must decode before pop. in JniMethodEndSynchronized()
114 UnlockJniSynchronizedMethod(locked, self); in JniMethodEndWithReferenceSynchronized()
133 UnlockJniSynchronizedMethod(locked, self); in GenericJniMethodEnd()
139 UnlockJniSynchronizedMethod(locked, self); // Must decode before pop. in GenericJniMethodEnd()
/art/runtime/entrypoints/
Dentrypoint_utils.h165 inline void UnlockJniSynchronizedMethod(jobject locked, Thread* self)
Dentrypoint_utils-inl.h764 inline void UnlockJniSynchronizedMethod(jobject locked, Thread* self) { in UnlockJniSynchronizedMethod() function