Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DRopper.java1452 private void copyBlock(int origLabel, int newLabel) { in copyBlock() argument
1454 BasicBlock origBlock = labelToBlock(origLabel); in copyBlock()
1476 != (subroutine = subroutineFromRetBlock(origLabel))) { in copyBlock()
1547 private int mapOrAllocateLabel(int origLabel) { in mapOrAllocateLabel() argument
1549 Integer mappedLabel = origLabelToCopiedLabel.get(origLabel); in mapOrAllocateLabel()
1553 } else if (!involvedInSubroutine(origLabel,subroutineStart)) { in mapOrAllocateLabel()
1558 resultLabel = origLabel; in mapOrAllocateLabel()
1561 workList.set(origLabel); in mapOrAllocateLabel()
1562 origLabelToCopiedLabel.put(origLabel, resultLabel); in mapOrAllocateLabel()
1569 labelToSubroutines.get(origLabel)); in mapOrAllocateLabel()