Searched refs:MonitorStackDepth (Results 1 – 4 of 4) sorted by relevance
167 if (MonitorStackDepth() != 0) { in VerifyMonitorStackEmpty()
445 VLOG(verifier) << "mismatched stack depths (depth=" << MonitorStackDepth() in MergeRegisters()446 << ", incoming depth=" << incoming_line->MonitorStackDepth() << ") in " in MergeRegisters()
338 size_t MonitorStackDepth() const { in MonitorStackDepth() function
3554 if (work_line_->MonitorStackDepth() > 0 && !has_catch_all_handler) { in CodeFlowVerifyInstruction()3560 if (inst->Opcode() != Instruction::MONITOR_ENTER || work_line_->MonitorStackDepth() != 1) { in CodeFlowVerifyInstruction()