Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/ssa/back/
DIdenticalBlockCombiner.java35 private final BasicBlockList newBlocks; field in IdenticalBlockCombiner
45 newBlocks = blocks.getMutableCopy(); in IdenticalBlockCombiner()
105 if (toDelete.get(newBlocks.get(i).getLabel())) { in process()
106 newBlocks.set(i, null); in process()
110 newBlocks.shrinkToFit(); in process()
111 newBlocks.setImmutable(); in process()
113 return new RopMethod(newBlocks, ropMethod.getFirstLabel()); in process()
145 BasicBlock predBlock = newBlocks.labelToBlock(preds.get(j)); in combineBlocks()
175 newBlocks.set(newBlocks.indexOfLabel(block.getLabel()), newBB); in replaceSucc()