/dalvik/dx/src/com/android/dx/dex/code/ |
H A D | ZeroSizeInsn.java | 36 super(Dops.SPECIAL_FORMAT, position, RegisterSpecList.EMPTY);
|
H A D | OddSpacer.java | 37 super(position, RegisterSpecList.EMPTY);
|
H A D | PositionList.java | 28 public static final PositionList EMPTY = new PositionList(0); field in class:PositionList 61 return EMPTY;
|
H A D | CatchTable.java | 30 public static final CatchTable EMPTY = new CatchTable(0); field in class:CatchTable
|
H A D | StdCatchBuilder.java | 128 CatchHandlerList currentHandlers = CatchHandlerList.EMPTY; 196 return CatchTable.EMPTY; 225 return CatchHandlerList.EMPTY;
|
H A D | CatchHandlerList.java | 29 public static final CatchHandlerList EMPTY = new CatchHandlerList(0); field in class:CatchHandlerList
|
/dalvik/dx/src/com/android/dx/cf/code/ |
H A D | Ropper.java | 897 RegisterSpecList.EMPTY)); 933 RegisterSpecList.EMPTY)); 1024 RegisterSpecList.EMPTY, 1031 RegisterSpecList.EMPTY)); 1039 addBlock(bb, IntList.EMPTY); 1046 RegisterSpecList.EMPTY, 1047 StdTypeList.EMPTY, 1054 synchReg, RegisterSpecList.EMPTY, 1058 RegisterSpecList.EMPTY)); 1065 addBlock(bb, IntList.EMPTY); [all...] |
H A D | ByteCatchList.java | 31 public static final ByteCatchList EMPTY = new ByteCatchList(0); field in class:ByteCatchList 115 return EMPTY; 182 return IntList.EMPTY; 207 return StdTypeList.EMPTY;
|
H A D | LineNumberList.java | 27 public static final LineNumberList EMPTY = new LineNumberList(0); field in class:LineNumberList 39 if (list1 == EMPTY) {
|
H A D | ConcreteMethod.java | 93 LineNumberList lineNumbers = LineNumberList.EMPTY; 105 LocalVariableList localVariables = LocalVariableList.EMPTY; 123 LocalVariableList typeList = LocalVariableList.EMPTY;
|
H A D | RopperMachine.java | 381 insn = new PlainInsn(rop, pos, dimsReg, RegisterSpecList.EMPTY); 412 RegisterSpecList.EMPTY, 420 RegisterSpecList.EMPTY, catches, 428 insn = new PlainInsn(rop, pos, classReg, RegisterSpecList.EMPTY); 451 insn = new PlainInsn(rop, pos, objectReg, RegisterSpecList.EMPTY); 489 .getReturnType()), pos, dest, RegisterSpecList.EMPTY); 501 pos, dest, RegisterSpecList.EMPTY); 547 RegisterSpecList.EMPTY); 569 insn = new PlainInsn(Rops.GOTO, pos, null, RegisterSpecList.EMPTY); 636 return RegisterSpecList.EMPTY; [all...] |
H A D | LocalVariableList.java | 31 public static final LocalVariableList EMPTY = new LocalVariableList(0); field in class:LocalVariableList 43 if (list1 == EMPTY) {
|
H A D | BasicBlocker.java | 132 targetLists[offset] = IntList.EMPTY; 191 targetLists[offset] = IntList.EMPTY; 302 blockCatches = ByteCatchList.EMPTY; 306 blockCatches = ByteCatchList.EMPTY;
|
/dalvik/dx/src/com/android/dx/rop/annotation/ |
H A D | AnnotationsList.java | 27 public static final AnnotationsList EMPTY = new AnnotationsList(0); field in class:AnnotationsList
|
H A D | Annotations.java | 33 public static final Annotations EMPTY = new Annotations(); field in class:Annotations 36 EMPTY.setImmutable();
|
/dalvik/dx/src/com/android/dx/rop/code/ |
H A D | FillArrayDataInsn.java | 69 return StdTypeList.EMPTY;
|
H A D | PlainCstInsn.java | 52 return StdTypeList.EMPTY;
|
H A D | SwitchInsn.java | 65 return StdTypeList.EMPTY;
|
H A D | Rops.java | 35 new Rop(RegOps.NOP, Type.VOID, StdTypeList.EMPTY, "nop"); 69 new Rop(RegOps.MOVE_PARAM, Type.INT, StdTypeList.EMPTY, 74 new Rop(RegOps.MOVE_PARAM, Type.LONG, StdTypeList.EMPTY, 79 new Rop(RegOps.MOVE_PARAM, Type.FLOAT, StdTypeList.EMPTY, 84 new Rop(RegOps.MOVE_PARAM, Type.DOUBLE, StdTypeList.EMPTY, 89 new Rop(RegOps.MOVE_PARAM, Type.OBJECT, StdTypeList.EMPTY, 94 new Rop(RegOps.CONST, Type.INT, StdTypeList.EMPTY, "const-int"); 98 new Rop(RegOps.CONST, Type.LONG, StdTypeList.EMPTY, "const-long"); 102 new Rop(RegOps.CONST, Type.FLOAT, StdTypeList.EMPTY, "const-float"); 106 new Rop(RegOps.CONST, Type.DOUBLE, StdTypeList.EMPTY, "cons [all...] |
H A D | PlainInsn.java | 73 return StdTypeList.EMPTY;
|
H A D | RegisterSpecList.java | 29 public static final RegisterSpecList EMPTY = new RegisterSpecList(0); field in class:RegisterSpecList 250 return EMPTY; 277 return EMPTY;
|
H A D | RopMethod.java | 201 predecessors[firstLabel] = IntList.EMPTY;
|
/dalvik/dx/src/com/android/dx/ssa/ |
H A D | ConstCollector.java | 109 RegisterSpecList.EMPTY, cst)); 122 RegisterSpecList.EMPTY, 123 StdTypeList.EMPTY, cst)); 133 result, RegisterSpecList.EMPTY);
|
/dalvik/dx/src/com/android/dx/util/ |
H A D | IntList.java | 26 public static final IntList EMPTY = new IntList(0); field in class:IntList 38 EMPTY.setImmutable();
|
/dalvik/dx/src/com/android/dx/dex/cf/ |
H A D | AttributeTranslator.java | 76 return StdTypeList.EMPTY; 186 return Annotations.EMPTY; 373 return AnnotationsList.EMPTY;
|