HomeSort by relevance Sort by last modified time
    Searched full:makeimmutable (Results 1 - 16 of 16) sorted by null

  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 775 successors = IntList.makeImmutable(getSpecialLabel(RETURN));
902 extraBlockSuccessors = IntList.makeImmutable(primarySucc);
    [all...]
BasicBlocker.java 220 targetLists[offset] = IntList.makeImmutable(target);
237 targetLists[offset] = IntList.makeImmutable(next, target);
301 targets = IntList.makeImmutable(next);
ByteCatchList.java 176 return IntList.makeImmutable(noException);
Frame.java 385 IntList.makeImmutable(subLabel));
  /dalvik/dexgen/src/com/android/dexgen/util/
IntList.java 46 public static IntList makeImmutable(int value) {
61 public static IntList makeImmutable(int value0, int value1) {
  /dalvik/dx/src/com/android/dx/util/
IntList.java 46 public static IntList makeImmutable(int value) {
61 public static IntList makeImmutable(int value0, int value1) {
  /external/dexmaker/src/dx/java/com/android/dx/util/
IntList.java 46 public static IntList makeImmutable(int value) {
61 public static IntList makeImmutable(int value0, int value1) {
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsnList.java 55 public static DalvInsnList makeImmutable(ArrayList<DalvInsn> list,
OutputFinisher.java 353 return DalvInsnList.makeImmutable(insns,
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 56 public static DalvInsnList makeImmutable(ArrayList<DalvInsn> list,
OutputFinisher.java 363 return DalvInsnList.makeImmutable(insns,
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvInsnList.java 56 public static DalvInsnList makeImmutable(ArrayList<DalvInsn> list,
OutputFinisher.java 363 return DalvInsnList.makeImmutable(insns,
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteCatchList.java 176 return IntList.makeImmutable(noException);
  /external/protobuf/java/src/main/java/com/google/protobuf/
DynamicMessage.java 319 fields.makeImmutable();
FieldSet.java 107 public void makeImmutable() {

Completed in 185 milliseconds