Home | History | Annotate | Download | only in dex

Lines Matching defs:next_block

668     BasicBlock *next_block = FindBlock(current_offset_, /* split */ false, /* create */
670 if (next_block) {
678 cur_block->fall_through == next_block ||
682 cur_block->fall_through = next_block;
683 next_block->predecessors->Insert(cur_block);
685 cur_block = next_block;