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

/art/runtime/mirror/
H A Dobject-inl.h108 inline mirror::Object* Object::MonitorEnter(Thread* self) { function in class:art::mirror::Object
109 return Monitor::MonitorEnter(self, this, /*trylock*/false);
113 return Monitor::MonitorEnter(self, this, /*trylock*/true);
/art/runtime/
H A Dmonitor.cc866 mirror::Object* Monitor::MonitorEnter(Thread* self, mirror::Object* obj, bool trylock) { function in class:art::Monitor
1177 // TODO: use the JNI implementation's table of explicit MonitorEnter calls and dump those too.
H A Dcheck_jni.cc2461 static jint MonitorEnter(JNIEnv* env, jobject obj) { function in class:art::CheckJNI
2470 result.i = baseEnv(env)->MonitorEnter(env, obj);
3790 CheckJNI::MonitorEnter,

Completed in 156 milliseconds