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

/dalvik/dx/src/com/android/dx/cf/code/
H A DRopper.java1287 new LabelAllocator(getAvailableLabel()),
1329 private static class LabelAllocator { class in class:Ropper
1335 LabelAllocator(int startLabel) { method in class:Ropper.LabelAllocator
1368 private final LabelAllocator labelAllocator;
1377 SubroutineInliner(final LabelAllocator labelAllocator,

Completed in 253 milliseconds