Searched defs:MonitorExit (Results 1 - 3 of 3) sorted by relevance

/art/runtime/mirror/
H A Dobject-inl.h97 inline bool Object::MonitorExit(Thread* self) { function in class:art::mirror::Object
98 return Monitor::MonitorExit(self, this);
/art/runtime/
H A Dmonitor.cc785 bool Monitor::MonitorExit(Thread* self, mirror::Object* obj) { function in class:art::Monitor
H A Dcheck_jni.cc1671 static jint MonitorExit(JNIEnv* env, jobject obj) { function in class:art::CheckJNI
1676 return CHECK_JNI_EXIT("I", baseEnv(env)->MonitorExit(env, obj));
2004 CheckJNI::MonitorExit,

Completed in 84 milliseconds