Searched defs:MonitorEnter (Results 1 – 5 of 5) sorted by relevance
28 private static void MonitorEnter() { in MonitorEnter() method in TestWatcher
79 void MonitorEnter(art::Thread* self, bool suspend) NO_THREAD_SAFETY_ANALYSIS { in MonitorEnter() function in openjdkjvmti::JvmtiMonitor
82 inline ObjPtr<mirror::Object> Object::MonitorEnter(Thread* self) { in MonitorEnter() function
1080 ObjPtr<mirror::Object> Monitor::MonitorEnter(Thread* self, in MonitorEnter() function in art::Monitor
2614 static jint MonitorEnter(JNIEnv* env, jobject java_object) NO_THREAD_SAFETY_ANALYSIS { in MonitorEnter() function in art::JNI