Searched defs:MonitorExit (Results 1 – 6 of 6) sorted by relevance
32 private static void MonitorExit() { in MonitorExit() method in TestWatcher
89 bool MonitorExit(art::Thread* self) NO_THREAD_SAFETY_ANALYSIS { in MonitorExit() function in openjdkjvmti::JvmtiMonitor
104 inline bool Object::MonitorExit(Thread* self) { in MonitorExit() function
1035 bool Monitor::MonitorExit(Thread* self, mirror::Object* obj) { in MonitorExit() function in art::Monitor
2493 static jint MonitorExit(JNIEnv* env, jobject obj) { in MonitorExit() function in art::CheckJNI
2408 static jint MonitorExit(JNIEnv* env, jobject java_object) NO_THREAD_SAFETY_ANALYSIS { in MonitorExit() function in art::JNI