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

/art/runtime/mirror/
H A Dobject-inl.h54 inline bool Object::MonitorExit(Thread* self) { function in class:art::mirror::Object
55 return Monitor::MonitorExit(self, this);
/art/runtime/
H A Dmonitor.cc697 bool Monitor::MonitorExit(Thread* self, mirror::Object* obj) { function in class:art::Monitor
H A Dcheck_jni.cc1676 static jint MonitorExit(JNIEnv* env, jobject obj) { function in class:art::CheckJNI
1681 return CHECK_JNI_EXIT("I", baseEnv(env)->MonitorExit(env, obj));
2011 CheckJNI::MonitorExit,

Completed in 451 milliseconds