Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line-inl.h177 if (MonitorStackDepth() != 0) { in VerifyMonitorStackEmpty()
Dregister_line.cc447 VLOG(verifier) << "mismatched stack depths (depth=" << MonitorStackDepth() in MergeRegisters()
448 << ", incoming depth=" << incoming_line->MonitorStackDepth() << ") in " in MergeRegisters()
Dregister_line.h350 size_t MonitorStackDepth() const { in MonitorStackDepth() function
Dmethod_verifier.cc3579 if (work_line_->MonitorStackDepth() > 0 && !has_catch_all_handler) { in CodeFlowVerifyInstruction()
3585 if (inst->Opcode() != Instruction::MONITOR_ENTER || work_line_->MonitorStackDepth() != 1) { in CodeFlowVerifyInstruction()