Searched defs:mapOrAllocateLabel (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/code/
H A DRopper.java1405 int newSubStartLabel = mapOrAllocateLabel(subroutineStart);
1458 mapOrAllocateLabel(origSuccessors.get(0)),
1488 int newSuccLabel = mapOrAllocateLabel(origSuccLabel);
1533 private int mapOrAllocateLabel(int origLabel) { method in class:Ropper.SubroutineInliner

Completed in 49 milliseconds