Home
last modified time | relevance | path

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

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