Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_optimization.cc841 MIR* last_to_move = bb_next->last_mir_insn; in CombineBlocks() local
842 bb_next->RemoveMIRList(throw_insn, last_to_move); in CombineBlocks()
843 bb->InsertMIRListAfter(bb->last_mir_insn, throw_insn, last_to_move); in CombineBlocks()