Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line-inl.h162 if (MonitorStackDepth() != 0) { in VerifyMonitorStackEmpty()
Dregister_line.cc386 LOG(WARNING) << "mismatched stack depths (depth=" << MonitorStackDepth() in MergeRegisters()
387 << ", incoming depth=" << incoming_line->MonitorStackDepth() << ")"; in MergeRegisters()
Dregister_line.h281 size_t MonitorStackDepth() const { in MonitorStackDepth() function
Dmethod_verifier.cc3065 if (work_line_->MonitorStackDepth() > 0 && !has_catch_all_handler) { in CodeFlowVerifyInstruction()
3071 if (inst->Opcode() != Instruction::MONITOR_ENTER || work_line_->MonitorStackDepth() != 1) { in CodeFlowVerifyInstruction()