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

/dalvik/dx/src/com/android/dx/ssa/back/
H A DFirstFitLocalCombiningAllocator.java781 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, outMovesRequire
883 findAnyFittingRange(NormalSsaInsn insn, int rangeLength, int[] categoriesForIndex, BitSet outMovesRequired) argument
915 fitPlanForRange(int ropReg, NormalSsaInsn insn, int[] categoriesForIndex, BitSet outMovesRequired) argument
[all...]

Completed in 113 milliseconds