Home
last modified time | relevance | path

Searched refs:DoMonitorEnter (Results 1 – 3 of 3) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_common.h75 static inline void DoMonitorEnter(Thread* self, Object* ref) NO_THREAD_SAFETY_ANALYSIS { in DoMonitorEnter() function
Dinterpreter_goto_table_impl.cc451 DoMonitorEnter(self, obj); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc354 DoMonitorEnter(self, obj); in ExecuteSwitchImpl()