Home | History | Annotate | Download | only in runtime

Lines Matching refs:monitors

64       monitors("monitors", kMonitorsInitial, kMonitorsMax) {
99 monitors.Dump(os);
183 ReferenceTable* monitors,
189 [self, frame, monitors](const std::pair<uintptr_t, jobject>& pair)
193 monitors->Remove(o);
224 // the monitors table, otherwise we may visit local objects in GC during abort (which won't be
227 RemoveMonitors(self, current_frame, &monitors, &locked_objects_);
236 // to this call - this signals that there are unlocked monitors.
245 // the monitors table, otherwise we may visit local objects in GC during abort.
246 RemoveMonitors(self, current_frame, &monitors, &locked_objects_);