Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc690 MIR* new_insn = NewMIR(); in ProcessCanThrow() local
691 *new_insn = *insn; in ProcessCanThrow()
694 insn->meta.throw_insn = new_insn; in ProcessCanThrow()
695 new_block->AppendMIR(new_insn); in ProcessCanThrow()