Home
last modified time | relevance | path

Searched refs:MonitorStackDepth (Results 1 – 3 of 3) sorted by relevance

/art/runtime/verifier/
Dregister_line.cc450 if (MonitorStackDepth() != 0) { in VerifyMonitorStackEmpty()
471 LOG(WARNING) << "mismatched stack depths (depth=" << MonitorStackDepth() in MergeRegisters()
472 << ", incoming depth=" << incoming_line->MonitorStackDepth() << ")"; in MergeRegisters()
Dregister_line.h262 size_t MonitorStackDepth() const { in MonitorStackDepth() function
Dmethod_verifier.cc2874 if (work_line_->MonitorStackDepth() > 0 && !has_catch_all_handler) { in CodeFlowVerifyInstruction()
2880 if (inst->Opcode() != Instruction::MONITOR_ENTER || work_line_->MonitorStackDepth() != 1) { in CodeFlowVerifyInstruction()