Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DRopper.java880 successors = IntList.makeImmutable(getSpecialLabel(RETURN)); in processBlock()
1004 extraBlockSuccessors = IntList.makeImmutable(primarySucc); in processBlock()
1140 IntList.makeImmutable(label), label); in addSetupBlocks()
1166 IntList.makeImmutable(label2), label2); in addSetupBlocks()
1181 bb = new BasicBlock(label2, insns, IntList.makeImmutable(0), 0); in addSetupBlocks()
1216 IntList.makeImmutable(nextLabel), nextLabel); in addReturnBlock()
1274 IntList.makeImmutable(label2), label2); in addSynchExceptionHandlerBlock()
1318 IntList.makeImmutable(i), in addExceptionSetupBlocks()
1553 IntList.makeImmutable (newSubStartLabel), in inlineSubroutineCalledFrom()
1583 successors = IntList.makeImmutable( in copyBlock()
[all …]
DBasicBlocker.java229 targetLists[offset] = IntList.makeImmutable(target); in visitBranch()
246 targetLists[offset] = IntList.makeImmutable(next, target); in visitBranch()
312 targets = IntList.makeImmutable(next); in getBlockList()
DByteCatchList.java176 return IntList.makeImmutable(noException); in toTargetList()
DFrame.java385 IntList.makeImmutable(subLabel)); in makeNewSubroutineStartFrame()
/dalvik/dx/src/com/android/dx/util/
DIntList.java46 public static IntList makeImmutable(int value) { in makeImmutable() method in IntList
61 public static IntList makeImmutable(int value0, int value1) { in makeImmutable() method in IntList
/dalvik/dexgen/src/com/android/dexgen/util/
DIntList.java46 public static IntList makeImmutable(int value) { in makeImmutable() method in IntList
61 public static IntList makeImmutable(int value0, int value1) { in makeImmutable() method in IntList
/dalvik/dexgen/src/com/android/dexgen/rop/
DByteCatchList.java176 return IntList.makeImmutable(noException); in toTargetList()
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvInsnList.java55 public static DalvInsnList makeImmutable(ArrayList<DalvInsn> list, in makeImmutable() method in DalvInsnList
DOutputFinisher.java353 return DalvInsnList.makeImmutable(insns, in finishProcessingAndGetList()
/dalvik/dx/src/com/android/dx/dex/code/
DDalvInsnList.java57 public static DalvInsnList makeImmutable(ArrayList<DalvInsn> list, in makeImmutable() method in DalvInsnList
DOutputFinisher.java412 return DalvInsnList.makeImmutable(insns, reservedCount + unreservedRegCount in finishProcessingAndGetList()