HomeSort by relevance Sort by last modified time
    Searched refs:endIndices (Results 1 - 6 of 6) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalList.java 471 private int[] endIndices;
483 endIndices = null;
495 boolean first = (endIndices == null);
505 if (first || (reg >= endIndices.length)) {
519 System.arraycopy(endIndices, 0, newEnds, 0,
520 endIndices.length);
524 endIndices = newEnds;
598 int endAt = endIndices[regNum];
629 endIndices[regNum] = -1;
718 int endAt = endIndices[regNum]
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 467 private int[] endIndices;
479 endIndices = null;
491 boolean first = (endIndices == null);
501 if (first || (reg >= endIndices.length)) {
515 System.arraycopy(endIndices, 0, newEnds, 0,
516 endIndices.length);
520 endIndices = newEnds;
594 int endAt = endIndices[regNum];
625 endIndices[regNum] = -1;
714 int endAt = endIndices[regNum]
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
LocalList.java 471 private int[] endIndices;
483 endIndices = null;
495 boolean first = (endIndices == null);
505 if (first || (reg >= endIndices.length)) {
519 System.arraycopy(endIndices, 0, newEnds, 0,
520 endIndices.length);
524 endIndices = newEnds;
598 int endAt = endIndices[regNum];
629 endIndices[regNum] = -1;
718 int endAt = endIndices[regNum]
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 241 milliseconds