Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2030 bool exc_handler_unreachable = false; in CodeFlowVerifyInstruction() local
2102 exc_handler_unreachable = true; in CodeFlowVerifyInstruction()
3519 if ((opcode_flags & Instruction::kContinue) != 0 && !exc_handler_unreachable) { in CodeFlowVerifyInstruction()