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

/dalvik/dx/src/com/android/dx/cf/code/
H A DRopper.java67 private static final int SPECIAL_LABEL_COUNT = 7; field in class:Ropper
363 * The labels below ((maxLabel * 2) + SPECIAL_LABEL_COUNT) are
367 return (maxLabel * 2) + SPECIAL_LABEL_COUNT;

Completed in 135 milliseconds