Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h75 static inline void DoMonitorEnter(Thread* self, ShadowFrame* frame, ObjPtr<mirror::Object> ref) in DoMonitorEnter() function
Dinterpreter_switch_impl-inl.h608 DoMonitorEnter<do_assignability_check>(Self(), &shadow_frame_, obj); in MONITOR_ENTER()