Searched refs:EMPTY (Results 1 - 25 of 73) sorted by relevance

123

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DZeroSizeInsn.java36 super(Dops.SPECIAL_FORMAT, position, RegisterSpecList.EMPTY);
H A DOddSpacer.java37 super(position, RegisterSpecList.EMPTY);
H A DPositionList.java28 public static final PositionList EMPTY = new PositionList(0); field in class:PositionList
61 return EMPTY;
/dalvik/dx/src/com/android/dx/dex/code/
H A DZeroSizeInsn.java36 super(Dops.SPECIAL_FORMAT, position, RegisterSpecList.EMPTY);
H A DOddSpacer.java38 super(position, RegisterSpecList.EMPTY);
H A DPositionList.java28 public static final PositionList EMPTY = new PositionList(0); field in class:PositionList
61 return EMPTY;
/dalvik/dx/src/com/android/dx/cf/code/
H A DRopper.java897 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 DByteCatchList.java31 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 DLineNumberList.java27 public static final LineNumberList EMPTY = new LineNumberList(0); field in class:LineNumberList
39 if (list1 == EMPTY) {
H A DConcreteMethod.java96 LineNumberList lineNumbers = LineNumberList.EMPTY;
108 LocalVariableList localVariables = LocalVariableList.EMPTY;
126 LocalVariableList typeList = LocalVariableList.EMPTY;
/dalvik/dexgen/src/com/android/dexgen/rop/
H A DByteCatchList.java31 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 DLineNumberList.java27 public static final LineNumberList EMPTY = new LineNumberList(0); field in class:LineNumberList
39 if (list1 == EMPTY) {
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DAnnotationsList.java27 public static final AnnotationsList EMPTY = new AnnotationsList(0); field in class:AnnotationsList
H A DAnnotations.java33 public static final Annotations EMPTY = new Annotations(); field in class:Annotations
36 EMPTY.setImmutable();
/dalvik/dx/src/com/android/dx/rop/annotation/
H A DAnnotationsList.java27 public static final AnnotationsList EMPTY = new AnnotationsList(0); field in class:AnnotationsList
H A DAnnotations.java33 public static final Annotations EMPTY = new Annotations(); field in class:Annotations
36 EMPTY.setImmutable();
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DFillArrayDataInsn.java69 return StdTypeList.EMPTY;
H A DPlainCstInsn.java52 return StdTypeList.EMPTY;
H A DSwitchInsn.java65 return StdTypeList.EMPTY;
H A DRops.java35 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...]
/dalvik/dx/src/com/android/dx/merge/
H A DTypeList.java25 public static final TypeList EMPTY = new TypeList(null, new short[0]); field in class:TypeList
/dalvik/dx/src/com/android/dx/rop/code/
H A DFillArrayDataInsn.java69 return StdTypeList.EMPTY;
H A DPlainCstInsn.java52 return StdTypeList.EMPTY;
H A DRegisterSpecList.java31 public static final RegisterSpecList EMPTY = new RegisterSpecList(0); field in class:RegisterSpecList
252 return EMPTY;
279 return EMPTY;
308 return EMPTY;
H A DSwitchInsn.java65 return StdTypeList.EMPTY;

Completed in 1508 milliseconds

123