Searched refs:makeImmutable (Results 1 - 11 of 11) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/util/
H A DIntList.java46 public static IntList makeImmutable(int value) { method in class:IntList
61 public static IntList makeImmutable(int value0, int value1) { method in class:IntList
/dalvik/dx/src/com/android/dx/util/
H A DIntList.java46 public static IntList makeImmutable(int value) { method in class:IntList
61 public static IntList makeImmutable(int value0, int value1) { method in class:IntList
/dalvik/dx/src/com/android/dx/cf/code/
H A DRopper.java775 successors = IntList.makeImmutable(getSpecialLabel(RETURN));
902 extraBlockSuccessors = IntList.makeImmutable(primarySucc);
1038 IntList.makeImmutable(label), label);
1064 IntList.makeImmutable(label2), label2);
1079 bb = new BasicBlock(label2, insns, IntList.makeImmutable(0), 0);
1114 IntList.makeImmutable(nextLabel), nextLabel);
1172 IntList.makeImmutable(label2), label2);
1215 IntList.makeImmutable(i),
1427 IntList.makeImmutable (newSubStartLabel),
1457 successors = IntList.makeImmutable(
[all...]
H A DBasicBlocker.java220 targetLists[offset] = IntList.makeImmutable(target);
237 targetLists[offset] = IntList.makeImmutable(next, target);
301 targets = IntList.makeImmutable(next);
H A DByteCatchList.java176 return IntList.makeImmutable(noException);
H A DFrame.java385 IntList.makeImmutable(subLabel));
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDalvInsnList.java55 public static DalvInsnList makeImmutable(ArrayList<DalvInsn> list, method in class:DalvInsnList
H A DOutputFinisher.java353 return DalvInsnList.makeImmutable(insns,
/dalvik/dexgen/src/com/android/dexgen/rop/
H A DByteCatchList.java176 return IntList.makeImmutable(noException);
/dalvik/dx/src/com/android/dx/dex/code/
H A DDalvInsnList.java56 public static DalvInsnList makeImmutable(ArrayList<DalvInsn> list, method in class:DalvInsnList
H A DOutputFinisher.java363 return DalvInsnList.makeImmutable(insns,

Completed in 221 milliseconds