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

/art/runtime/mirror/
H A Dobject-inl.h116 inline bool Object::MonitorExit(Thread* self) { function in class:art::mirror::Object
117 return Monitor::MonitorExit(self, this);
/art/runtime/
H A Dmonitor.cc952 bool Monitor::MonitorExit(Thread* self, mirror::Object* obj) { function in class:art::Monitor
H A Dcheck_jni.cc2478 static jint MonitorExit(JNIEnv* env, jobject obj) { function in class:art::CheckJNI
2487 result.i = baseEnv(env)->MonitorExit(env, obj);
3791 CheckJNI::MonitorExit,

Completed in 188 milliseconds