HomeSort by relevance Sort by last modified time
    Searched refs:UnlockJniSynchronizedMethod (Results 1 - 4 of 4) sorted by null

  /art/runtime/entrypoints/portable/
portable_jni_entrypoints.cc 59 UnlockJniSynchronizedMethod(locked, self); // Must decode before pop.
86 UnlockJniSynchronizedMethod(locked, self); // Must decode before pop.
  /art/runtime/entrypoints/quick/
quick_jni_entrypoints.cc 80 UnlockJniSynchronizedMethod(locked, self); // Must decode before pop.
104 UnlockJniSynchronizedMethod(locked, self); // Must decode before pop.
  /art/runtime/entrypoints/
entrypoint_utils.h 171 static inline void UnlockJniSynchronizedMethod(jobject locked, Thread* self)
entrypoint_utils-inl.h 611 static inline void UnlockJniSynchronizedMethod(jobject locked, Thread* self) {

Completed in 9835 milliseconds