HomeSort by relevance Sort by last modified time
    Searched defs:firstLabel (Results 1 - 4 of 4) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RopMethod.java 31 private final int firstLabel;
49 * @param firstLabel {@code >= 0;} the label of the first block to execute
51 public RopMethod(BasicBlockList blocks, int firstLabel) {
56 if (firstLabel < 0) {
57 throw new IllegalArgumentException("firstLabel < 0");
61 this.firstLabel = firstLabel;
83 return firstLabel;
131 firstLabel);
200 if (predecessors[firstLabel] == null)
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RopMethod.java 30 private final int firstLabel;
48 * @param firstLabel {@code >= 0;} the label of the first block to execute
50 public RopMethod(BasicBlockList blocks, int firstLabel) {
55 if (firstLabel < 0) {
56 throw new IllegalArgumentException("firstLabel < 0");
60 this.firstLabel = firstLabel;
82 return firstLabel;
130 firstLabel);
199 if (predecessors[firstLabel] == null)
    [all...]
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 
  /external/mockito/lib/
byte-buddy-1.8.15.jar 

Completed in 414 milliseconds