Searched refs:kMonitorCounting (Results 1 – 1 of 1) sorted by relevance
74 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>170 DoMonitorExit<kMonitorCounting>(self, shadow_frame, *obj); in UnlockHeldMonitors()184 DoMonitorExit<kMonitorCounting>( in UnlockHeldMonitors()215 UnlockHeldMonitors<kMonitorCounting>(self, &frame); in PerformNonStandardReturn()[all …]