Searched defs:MonitorEnter (Results 1 – 7 of 7) 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
1100 ObjPtr<mirror::Object> Monitor::MonitorEnter(Thread* self, in MonitorEnter() function in art::Monitor
457 jint (*MonitorEnter)(JNIEnv*, jobject); member981 jint MonitorEnter(jobject obj) in MonitorEnter() function
2620 static jint MonitorEnter(JNIEnv* env, jobject java_object) NO_THREAD_SAFETY_ANALYSIS { in MonitorEnter() function in art::JNI