Searched refs:EMPTY (Results 26 - 50 of 73) sorted by relevance

123

/dalvik/dx/src/com/android/dx/rop/code/
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...]
H A DPlainInsn.java74 return StdTypeList.EMPTY;
H A DRopMethod.java201 predecessors[firstLabel] = IntList.EMPTY;
H A DRop.java161 this(opcode, result, sources, StdTypeList.EMPTY, branchingness, false,
177 this(opcode, result, sources, StdTypeList.EMPTY, Rop.BRANCH_NONE,
/dalvik/dx/src/com/android/dx/cf/code/
H A DRopperMachine.java382 insn = new PlainInsn(rop, pos, dimsReg, RegisterSpecList.EMPTY);
413 RegisterSpecList.EMPTY,
421 RegisterSpecList.EMPTY, catches,
429 insn = new PlainInsn(rop, pos, classReg, RegisterSpecList.EMPTY);
452 insn = new PlainInsn(rop, pos, objectReg, RegisterSpecList.EMPTY);
490 .getReturnType()), pos, dest, RegisterSpecList.EMPTY);
502 pos, dest, RegisterSpecList.EMPTY);
569 RegisterSpecList.EMPTY);
591 insn = new PlainInsn(Rops.GOTO, pos, null, RegisterSpecList.EMPTY);
658 return RegisterSpecList.EMPTY;
[all...]
H A DLocalVariableList.java31 public static final LocalVariableList EMPTY = new LocalVariableList(0); field in class:LocalVariableList
43 if (list1 == EMPTY) {
H A DBasicBlocker.java132 targetLists[offset] = IntList.EMPTY;
191 targetLists[offset] = IntList.EMPTY;
302 blockCatches = ByteCatchList.EMPTY;
306 blockCatches = ByteCatchList.EMPTY;
/dalvik/dexgen/src/com/android/dexgen/util/
H A DIntList.java26 public static final IntList EMPTY = new IntList(0); field in class:IntList
38 EMPTY.setImmutable();
/dalvik/dx/src/com/android/dx/util/
H A DIntList.java26 public static final IntList EMPTY = new IntList(0); field in class:IntList
38 EMPTY.setImmutable();
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DCatchTable.java30 public static final CatchTable EMPTY = new CatchTable(0); field in class:CatchTable
H A DStdCatchBuilder.java128 CatchHandlerList currentHandlers = CatchHandlerList.EMPTY;
196 return CatchTable.EMPTY;
225 return CatchHandlerList.EMPTY;
H A DCatchHandlerList.java29 public static final CatchHandlerList EMPTY = new CatchHandlerList(0); field in class:CatchHandlerList
H A DArrayData.java62 super(position, RegisterSpecList.EMPTY);
H A DSwitchData.java62 super(position, RegisterSpecList.EMPTY);
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DPlainInsn.java73 return StdTypeList.EMPTY;
H A DRegisterSpecList.java29 public static final RegisterSpecList EMPTY = new RegisterSpecList(0); field in class:RegisterSpecList
250 return EMPTY;
277 return EMPTY;
H A DRopMethod.java201 predecessors[firstLabel] = IntList.EMPTY;
H A DRop.java161 this(opcode, result, sources, StdTypeList.EMPTY, branchingness, false,
177 this(opcode, result, sources, StdTypeList.EMPTY, Rop.BRANCH_NONE,
/dalvik/dx/src/com/android/dx/dex/code/
H A DCatchTable.java30 public static final CatchTable EMPTY = new CatchTable(0); field in class:CatchTable
H A DStdCatchBuilder.java128 CatchHandlerList currentHandlers = CatchHandlerList.EMPTY;
196 return CatchTable.EMPTY;
225 return CatchHandlerList.EMPTY;
H A DCatchHandlerList.java29 public static final CatchHandlerList EMPTY = new CatchHandlerList(0); field in class:CatchHandlerList
/dalvik/dx/src/com/android/dx/ssa/
H A DConstCollector.java115 RegisterSpecList.EMPTY, cst));
128 RegisterSpecList.EMPTY,
129 StdTypeList.EMPTY, cst));
139 result, RegisterSpecList.EMPTY);
H A DLiteralOpUpgrader.java156 replacePlainInsn(insn, RegisterSpecList.EMPTY,
166 replacePlainInsn(sourceInsn, RegisterSpecList.EMPTY,
H A DEscapeAnalysis.java546 insertPlainInsnBefore(def, RegisterSpecList.EMPTY, newReg,
614 insertPlainInsnBefore(next, RegisterSpecList.EMPTY,
631 insertPlainInsnBefore(use, RegisterSpecList.EMPTY, newFill,
740 insertThrowingInsnBefore(insn, RegisterSpecList.EMPTY, null,
750 insertPlainInsnBefore(newInsn, RegisterSpecList.EMPTY, newReg,
831 origRopInsn.getPosition(), newSources, StdTypeList.EMPTY);
834 origRopInsn.getPosition(), newSources, StdTypeList.EMPTY, cst);
/dalvik/dx/src/com/android/dx/dex/cf/
H A DAttributeTranslator.java74 return StdTypeList.EMPTY;
184 return Annotations.EMPTY;
371 return AnnotationsList.EMPTY;

Completed in 1532 milliseconds

123