Searched defs:MonitorEnter (Results 1 - 3 of 3) sorted by relevance

/art/runtime/mirror/
H A Dobject-inl.h93 inline mirror::Object* Object::MonitorEnter(Thread* self) { function in class:art::mirror::Object
94 return Monitor::MonitorEnter(self, this);
/art/runtime/
H A Dmonitor.cc719 mirror::Object* Monitor::MonitorEnter(Thread* self, mirror::Object* obj) { function in class:art::Monitor
996 // TODO: use the JNI implementation's table of explicit MonitorEnter calls and dump those too.
H A Dcheck_jni.cc1663 static jint MonitorEnter(JNIEnv* env, jobject obj) { function in class:art::CheckJNI
1668 return CHECK_JNI_EXIT("I", baseEnv(env)->MonitorEnter(env, obj));
2003 CheckJNI::MonitorEnter,

Completed in 862 milliseconds