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

/dalvik/dx/src/com/android/dx/cf/code/
H A DRopper.java1368 private final LabelAllocator labelAllocator; field in class:Ropper.SubroutineInliner
1377 SubroutineInliner(final LabelAllocator labelAllocator, argument
1383 this.labelAllocator = labelAllocator;
1415 new SubroutineInliner(labelAllocator, labelToSubroutines)
1546 resultLabel = labelAllocator.getNextLabel();

Completed in 32 milliseconds