Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/ssa/back/
DIdenticalBlockCombiner.java159 private void replaceSucc(BasicBlock block, int oldLabel, int newLabel) { in replaceSucc() argument
163 newSuccessors.set(newSuccessors.indexOf(oldLabel), newLabel); in replaceSucc() local
167 newPrimarySuccessor = newLabel; in replaceSucc()
/dalvik/dx/src/com/android/dx/cf/code/
DRopper.java1532 int newLabel = origLabelToCopiedLabel.get(label); in inlineSubroutineCalledFrom() local
1534 copyBlock(label, newLabel); in inlineSubroutineCalledFrom()
1538 .inlineSubroutineCalledFrom(labelToBlock(newLabel)); in inlineSubroutineCalledFrom()
1560 private void copyBlock(int origLabel, int newLabel) { in copyBlock() argument
1623 new BasicBlock(newLabel, in copyBlock()
1626 labelToSubroutines.get(newLabel)); in copyBlock()