Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.cc639 MIR* new_insn = NewMIR(); in ProcessCanThrow() local
640 *new_insn = *insn; in ProcessCanThrow()
643 insn->meta.throw_insn = new_insn; in ProcessCanThrow()
644 new_block->AppendMIR(new_insn); in ProcessCanThrow()