Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc601 bool is_throw = (insn->dalvikInsn.opcode == Instruction::THROW); in ProcessCanThrow() local
639 (cu_->disable_opt & (1 << kSuppressExceptionEdges)) || is_throw || in_try_block; in ProcessCanThrow()
647 if (is_throw) { in ProcessCanThrow()