Searched refs:MonitorExit (Results 1 – 18 of 18) sorted by relevance
32 private static void MonitorExit() { in MonitorExit() method in TestWatcher52 MonitorExit(); in EnableReporting()73 MonitorExit(); in NotifyConstructed()
41 bool unlocked = object->MonitorExit(self); in artLockObjectFromCode()61 return obj->MonitorExit(self) ? 0 /* Success */ : -1 /* Failure */; in artUnlockObjectFromCode()
33 obj_->MonitorExit(self_); in ~ObjectLock()60 obj_->MonitorExit(self_); in ~ObjectTryLock()
77 monitor_test_->object_.Get()->MonitorExit(self); // To appease analysis. in Run()89 monitor_test_->object_.Get()->MonitorExit(self); // To appease analysis. in Run()118 monitor_test_->object_.Get()->MonitorExit(self); // Release the object. Appeases analysis. in Run()228 monitor_test_->watchdog_object_.Get()->MonitorExit(self); // Release the lock. in Run()288 test->watchdog_object_.Get()->MonitorExit(self); // Release the lock. in CommonWaitSetup()
81 static bool MonitorExit(Thread* thread, ObjPtr<mirror::Object> obj)
125 h_obj->MonitorExit(soa.Self()); in TEST_F()
1188 bool Monitor::MonitorExit(Thread* self, ObjPtr<mirror::Object> obj) { in MonitorExit() function in art::Monitor
55 env->MonitorExit(lock); in Java_art_Test1932_doNativeLockPrint()
63 env->MonitorExit(l); in Java_art_Test1930_executeLockedNative()
75 obj->MonitorExit(self); in MonitorExitHelper()
79 bool unlocked = h_ref->MonitorExit(self); in DoMonitorEnter()94 h_ref->MonitorExit(self); in DoMonitorExit()
41 return env->MonitorExit(target) != 0; in doMonitorExit()
124 bool MonitorExit(art::Thread* self) NO_THREAD_SAFETY_ANALYSIS { in MonitorExit() function in openjdkjvmti::JvmtiMonitor290 if (!monitor->MonitorExit(self)) { in RawMonitorExit()
390 GetMirrorClass()->MonitorExit(driver_->self_); in ~ClassRedefinition()
90 inline bool Object::MonitorExit(Thread* self) { in MonitorExit() function91 return Monitor::MonitorExit(self, this); in MonitorExit()
164 bool MonitorExit(Thread* self)
752 self->DecodeJObject(locked)->MonitorExit(self); in UnlockJniSynchronizedMethod()
2628 static jint MonitorExit(JNIEnv* env, jobject java_object) NO_THREAD_SAFETY_ANALYSIS { in MonitorExit() function in art::JNI2633 o->MonitorExit(soa.Self()); in MonitorExit()3102 JNI::MonitorExit,