Searched defs:MonitorEnter (Results 1 – 5 of 5) sorted by relevance
28 private static void MonitorEnter() { in MonitorEnter() method in TestWatcher
74 void MonitorEnter(art::Thread* self) NO_THREAD_SAFETY_ANALYSIS { in MonitorEnter() function in openjdkjvmti::JvmtiMonitor
96 inline mirror::Object* Object::MonitorEnter(Thread* self) { in MonitorEnter() function
932 mirror::Object* Monitor::MonitorEnter(Thread* self, mirror::Object* obj, bool trylock) { in MonitorEnter() function in art::Monitor
2396 static jint MonitorEnter(JNIEnv* env, jobject java_object) NO_THREAD_SAFETY_ANALYSIS { in MonitorEnter() function in art::JNI