Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h74 template <bool kMonitorCounting>
88 if (kMonitorCounting && frame->GetMethod()->MustCountLocks()) { in DoMonitorEnter()
93 template <bool kMonitorCounting>
100 if (kMonitorCounting && frame->GetMethod()->MustCountLocks()) { in DoMonitorExit()
105 template <bool kMonitorCounting>
109 if (kMonitorCounting && frame->GetMethod()->MustCountLocks()) { in DoMonitorCheckOnExit()
158 template <bool kMonitorCounting>
163 if (kMonitorCounting && shadow_frame->GetMethod()->MustCountLocks()) { in UnlockHeldMonitors()
169 DoMonitorExit<kMonitorCounting>(self, shadow_frame, *obj); in UnlockHeldMonitors()
183 DoMonitorExit<kMonitorCounting>( in UnlockHeldMonitors()
[all …]