Searched refs:MonitorStackDepth (Results 1 – 3 of 3) sorted by relevance
450 if (MonitorStackDepth() != 0) { in VerifyMonitorStackEmpty()471 LOG(WARNING) << "mismatched stack depths (depth=" << MonitorStackDepth() in MergeRegisters()472 << ", incoming depth=" << incoming_line->MonitorStackDepth() << ")"; in MergeRegisters()
262 size_t MonitorStackDepth() const { in MonitorStackDepth() function
2874 if (work_line_->MonitorStackDepth() > 0 && !has_catch_all_handler) { in CodeFlowVerifyInstruction()2880 if (inst->Opcode() != Instruction::MONITOR_ENTER || work_line_->MonitorStackDepth() != 1) { in CodeFlowVerifyInstruction()