Lines Matching full:monitor
50 // the status of all registers, and (if the method has any monitor-enter instructions) maintain a
258 // Verify/push monitor onto the monitor stack, locking the value in reg_idx at location insn_idx.
261 // Verify/pop monitor from monitor stack ensuring that we believe the monitor is locked
353 // A stack of monitor enter locations
355 // A map from register to a bit vector of indices into the monitors_ stack. As we pop the monitor
356 // stack we verify that monitor-enter/exit are correctly nested. That is, if there was a
357 // monitor-enter on v5 and then on v6, we expect the monitor-exit to be on v6 then on v5