Home | History | Annotate | Download | only in mirror

Lines Matching defs:MonitorEnter

93 inline mirror::Object* Object::MonitorEnter(Thread* self) {
94 return Monitor::MonitorEnter(self, this);