Home
last modified time | relevance | path

Searched defs:MonitorEnter (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/test/980-redefine-object/src-ex/
H A DTestWatcher.java28 private static void MonitorEnter() { in MonitorEnter() method in TestWatcher
/aosp12/art/openjdkjvmti/
H A Dti_monitor.cc79 void MonitorEnter(art::Thread* self, bool suspend) NO_THREAD_SAFETY_ANALYSIS { in MonitorEnter() function in openjdkjvmti::JvmtiMonitor
/aosp12/art/runtime/mirror/
H A Dobject-inl.h82 inline ObjPtr<mirror::Object> Object::MonitorEnter(Thread* self) { in MonitorEnter() function
/aosp12/art/runtime/
H A Dmonitor.cc1100 ObjPtr<mirror::Object> Monitor::MonitorEnter(Thread* self, in MonitorEnter() function in art::Monitor
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h457 jint (*MonitorEnter)(JNIEnv*, jobject); member
981 jint MonitorEnter(jobject obj) in MonitorEnter() function
/aosp12/libnativehelper/include_jni/
H A Djni.h457 jint (*MonitorEnter)(JNIEnv*, jobject); member
981 jint MonitorEnter(jobject obj) in MonitorEnter() function
/aosp12/art/runtime/jni/
H A Djni_internal.cc2620 static jint MonitorEnter(JNIEnv* env, jobject java_object) NO_THREAD_SAFETY_ANALYSIS { in MonitorEnter() function in art::JNI