Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dregister_line.h271 bool VerifyMonitorStackEmpty() const;
Dregister_line.cc448 bool RegisterLine::VerifyMonitorStackEmpty() const { in VerifyMonitorStackEmpty() function in art::verifier::RegisterLine
Dmethod_verifier.cc2797 if (!work_line_->VerifyMonitorStackEmpty()) { in CodeFlowVerifyInstruction()
3787 if (!merge_line->VerifyMonitorStackEmpty()) { in UpdateRegisters()