Searched refs:value1 (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/util/
H A DIntList.java59 * @param value1 the second value in the list
61 public static IntList makeImmutable(int value0, int value1) { argument
65 result.add(value1);
/dalvik/dx/src/com/android/dx/util/
H A DIntList.java59 * @param value1 the second value in the list
61 public static IntList makeImmutable(int value0, int value1) { argument
65 result.add(value1);

Completed in 57 milliseconds