Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h85 static inline void DoMonitorExit(Thread* self, ShadowFrame* frame, ObjPtr<mirror::Object> ref) in DoMonitorExit() function
Dinterpreter_switch_impl.cc599 DoMonitorExit<do_assignability_check>(self, &shadow_frame, obj); in ExecuteSwitchImplCpp()