Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line.h268 bool VerifyMonitorStackEmpty() const;
Dregister_line.cc449 bool RegisterLine::VerifyMonitorStackEmpty() const { in VerifyMonitorStackEmpty() function in art::verifier::RegisterLine
Dmethod_verifier.cc2906 if (!work_line_->VerifyMonitorStackEmpty()) { in CodeFlowVerifyInstruction()
3992 if (!merge_line->VerifyMonitorStackEmpty()) { in UpdateRegisters()