Searched refs:MustCountLocks (Results 1 – 5 of 5) sorted by relevance
88 if (kMonitorCounting && frame->GetMethod()->MustCountLocks()) { in DoMonitorEnter()100 if (kMonitorCounting && frame->GetMethod()->MustCountLocks()) { in DoMonitorExit()109 if (kMonitorCounting && frame->GetMethod()->MustCountLocks()) { in DoMonitorCheckOnExit()163 if (kMonitorCounting && shadow_frame->GetMethod()->MustCountLocks()) { in UnlockHeldMonitors()
342 DCHECK(!method->SkipAccessChecks() || !method->MustCountLocks()); in Execute()548 DCHECK(!shadow_frame->GetMethod()->MustCountLocks()); in EnterInterpreterFromDeoptimize()
704 bool must_count_locks = MustCountLocks(); in SetIntrinsic()720 DCHECK_EQ(must_count_locks, MustCountLocks()); in SetIntrinsic()
371 bool MustCountLocks() const { in MustCountLocks() function
53 !method->MustCountLocks() && in CanMethodUseNterp()