Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc3591 bool has_catch_all_handler = false; in CodeFlowVerifyInstruction() local
3602 has_catch_all_handler = true; in CodeFlowVerifyInstruction()
3609 has_catch_all_handler = true; in CodeFlowVerifyInstruction()
3635 if (work_line_->MonitorStackDepth() > 0 && !has_catch_all_handler) { in CodeFlowVerifyInstruction()