Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h89 static inline bool DoMonitorCheckOnExit(Thread* self, ShadowFrame* frame) in DoMonitorCheckOnExit() function
Dinterpreter_switch_impl.cc38 DoMonitorCheckOnExit<do_assignability_check>(self, &shadow_frame); \
62 if (!DoMonitorCheckOnExit<do_assignability_check>(self, &shadow_frame)) { \