Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h79 static inline void DoMonitorExit(Thread* self, Object* ref) NO_THREAD_SAFETY_ANALYSIS { in DoMonitorExit() function
Dinterpreter_goto_table_impl.cc463 DoMonitorExit(self, obj); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc366 DoMonitorExit(self, obj); in ExecuteSwitchImpl()