Lines Matching full:monitor
50 // Clear the monitor entry bits for this register.
66 // Clear the monitor entry bits for this register.
209 for (const auto& monitor : monitors_) {
210 result += StringPrintf("{%d},", monitor);
417 verifier_->Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "monitor-enter on non-object (" << reg_type << ")";
419 verifier_->Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "monitor-enter stack overflow: " << monitors_.size();
429 verifier_->Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "monitor-exit on non-object (" << reg_type << ")";
431 verifier_->Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "monitor-exit stack underflow";
440 << "monitor-exit not unlocking the top of the monitor stack";
450 verifier_->Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "expected empty monitor stack";