Searched refs:MonitorStackDepth (Results 1 – 4 of 4) sorted by relevance
447 VLOG(verifier) << "mismatched stack depths (depth=" << MonitorStackDepth() in MergeRegisters()448 << ", incoming depth=" << incoming_line->MonitorStackDepth() << ") in " in MergeRegisters()
177 if (MonitorStackDepth() != 0) { in VerifyMonitorStackEmpty()
350 size_t MonitorStackDepth() const { in MonitorStackDepth() function
3579 if (work_line_->MonitorStackDepth() > 0 && !has_catch_all_handler) { in CodeFlowVerifyInstruction()3585 if (inst->Opcode() != Instruction::MONITOR_ENTER || work_line_->MonitorStackDepth() != 1) { in CodeFlowVerifyInstruction()