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

  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 781 int categoriesForIndex[] = new int[szSources];
784 // Compute rangeLength and categoriesForIndex
787 categoriesForIndex[i] = category;
788 rangeLength += categoriesForIndex[i];
808 rangeStartOffset -= categoriesForIndex[i - 1];
823 = fitPlanForRange(rangeStart, insn, categoriesForIndex,
854 categoriesForIndex, resultMovesRequired);
876 * @param categoriesForIndex {@code non-null;} indexed by source index;
884 int[] categoriesForIndex, BitSet outMovesRequired) {
890 categoriesForIndex, outMovesRequired)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 781 int categoriesForIndex[] = new int[szSources];
784 // Compute rangeLength and categoriesForIndex
787 categoriesForIndex[i] = category;
788 rangeLength += categoriesForIndex[i];
808 rangeStartOffset -= categoriesForIndex[i - 1];
823 = fitPlanForRange(rangeStart, insn, categoriesForIndex,
854 categoriesForIndex, resultMovesRequired);
876 * @param categoriesForIndex {@code non-null;} indexed by source index;
884 int[] categoriesForIndex, BitSet outMovesRequired) {
890 categoriesForIndex, outMovesRequired)
    [all...]

Completed in 118 milliseconds