Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DRopper.java1548 int resultLabel; in mapOrAllocateLabel() local
1552 resultLabel = mappedLabel; in mapOrAllocateLabel()
1558 resultLabel = origLabel; in mapOrAllocateLabel()
1560 resultLabel = labelAllocator.getNextLabel(); in mapOrAllocateLabel()
1562 origLabelToCopiedLabel.put(origLabel, resultLabel); in mapOrAllocateLabel()
1565 while (labelToSubroutines.size() <= resultLabel) { in mapOrAllocateLabel()
1568 labelToSubroutines.set(resultLabel, in mapOrAllocateLabel()
1572 return resultLabel; in mapOrAllocateLabel()