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

/art/runtime/mirror/
H A Dobject-inl.h50 inline void Object::MonitorEnter(Thread* self) { function in class:art::mirror::Object
51 Monitor::MonitorEnter(self, this);
/art/runtime/
H A Dmonitor.cc594 void Monitor::MonitorEnter(Thread* self, mirror::Object* obj) { function in class:art::Monitor
899 // TODO: use the JNI implementation's table of explicit MonitorEnter calls and dump those too.
H A Dcheck_jni.cc1668 static jint MonitorEnter(JNIEnv* env, jobject obj) { function in class:art::CheckJNI
1673 return CHECK_JNI_EXIT("I", baseEnv(env)->MonitorEnter(env, obj));
2010 CheckJNI::MonitorEnter,

Completed in 3893 milliseconds