HomeSort by relevance Sort by last modified time
    Searched full:endindices (Results 1 - 3 of 3) 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...]

Completed in 215 milliseconds