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

/dalvik/dx/src/com/android/dx/cf/code/
H A DRopper.java1435 * @param origLabel original block label
1438 private void copyBlock(int origLabel, int newLabel) { argument
1440 BasicBlock origBlock = labelToBlock(origLabel);
1462 != (subroutine = subroutineFromRetBlock(origLabel))) {
1525 * if necessary. If the origLabel is a "special" label, it
1530 * @param origLabel label of original, pre-copied block
1533 private int mapOrAllocateLabel(int origLabel) { argument
1535 Integer mappedLabel = origLabelToCopiedLabel.get(origLabel);
1539 } else if (!involvedInSubroutine(origLabel,subroutineStart)) {
1544 resultLabel = origLabel;
[all...]

Completed in 2460 milliseconds