/dalvik/dx/src/com/android/dx/cf/code/ |
D | ValueAwareMachine.java | 149 Type type = ((TypeBearer) getAuxCst()).getType(); in run() local 162 Type type = ((TypeBearer) getAuxCst()).getType(); in run() local 171 Type type = ((CstType) getAuxCst()).getClassType(); in run() local 178 Type type = ((CstType) getAuxCst()).getClassType(); in run() local 183 Type type = ((CstType) getAuxCst()).getClassType(); in run() local
|
D | OneLocalsArray.java | 60 TypeBearer type = locals[i]; in annotate() local 71 TypeBearer type = locals[i]; in toHuman() local 80 public void makeInitialized(Type type) { in makeInitialized() 105 public void set(int idx, TypeBearer type) { in set() 164 Type type = result.getType(); in getCategory1() local
|
D | ExecutionStack.java | 98 public void makeInitialized(Type type) { in makeInitialized() 154 public void push(TypeBearer type) { in push() 274 public void change(int n, TypeBearer type) { in change() 326 private static String stackElementString(TypeBearer type) { in stackElementString()
|
D | Machine.java | 77 public void popArgs(Frame frame, Type type); in popArgs() 133 public void auxType(Type type); in auxType() 204 public void localTarget(int idx, Type type, LocalItem local); in localTarget()
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | TypeIdsSection.java | 63 Type type = ((CstType) cst).getClassType(); in get() local 103 public TypeIdItem intern(Type type) { in intern() 126 public TypeIdItem intern(CstType type) { in intern() 151 public int indexOf(Type type) { in indexOf() 174 public int indexOf(CstType type) { in indexOf()
|
D | IdItem.java | 29 private final CstType type; field in IdItem 37 public IdItem(CstType type) { in IdItem()
|
D | TypeIdItem.java | 36 public TypeIdItem(CstType type) { in TypeIdItem() 61 CstType type = getDefiningClass(); in writeTo() local
|
D | ClassDefsSection.java | 74 Type type = ((CstType) cst).getClassType(); in get() local 111 Type type; in add() local 158 private int orderItems0(Type type, int idx, int maxDepth) { in orderItems0()
|
D | MapItem.java | 35 private final ItemType type; field in MapItem 87 ItemType type = item.itemType(); in addMap() local 124 private MapItem(ItemType type, Section section, Item firstItem, in MapItem()
|
D | ValueEncoder.java | 129 int type = constantToValueType(cst); in writeConstant() local 314 CstType type = annotation.getType(); in writeAnnotation() local 368 int type = constantToValueType(cst); in constantToHuman() local 390 private void writeSignedIntegralValue(int type, long value) { in writeSignedIntegralValue() 427 private void writeUnsignedIntegralValue(int type, long value) { in writeUnsignedIntegralValue() 458 private void writeRightZeroExtendedValue(int type, long value) { in writeRightZeroExtendedValue()
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | TypeIdsSection.java | 67 Type type = ((CstType) cst).getClassType(); in get() local 109 public synchronized TypeIdItem intern(Type type) { in intern() 132 public synchronized TypeIdItem intern(CstType type) { in intern() 157 public int indexOf(Type type) { in indexOf() 180 public int indexOf(CstType type) { in indexOf()
|
D | IdItem.java | 29 private final CstType type; field in IdItem 37 public IdItem(CstType type) { in IdItem()
|
D | TypeIdItem.java | 34 public TypeIdItem(CstType type) { in TypeIdItem() 59 CstType type = getDefiningClass(); in writeTo() local
|
D | ClassDefsSection.java | 73 Type type = ((CstType) cst).getClassType(); in get() local 110 Type type; in add() local 157 private int orderItems0(Type type, int idx, int maxDepth) { in orderItems0()
|
D | MapItem.java | 34 private final ItemType type; field in MapItem 86 ItemType type = item.itemType(); in addMap() local 123 private MapItem(ItemType type, Section section, Item firstItem, in MapItem()
|
/dalvik/dx/src/com/android/dx/rop/code/ |
D | RegisterSpec.java | 46 private final TypeBearer type; field in RegisterSpec 63 private static RegisterSpec intern(int reg, TypeBearer type, in intern() 89 public static RegisterSpec make(int reg, TypeBearer type) { in make() 104 public static RegisterSpec make(int reg, TypeBearer type, in make() 126 int reg, TypeBearer type, LocalItem local) { in makeLocalOptional() 150 private RegisterSpec(int reg, TypeBearer type, LocalItem local) { in RegisterSpec() 226 private boolean equals(int reg, TypeBearer type, LocalItem local) { in equals() 277 private static int hashCodeOf(int reg, TypeBearer type, LocalItem local) { in hashCodeOf() 611 private TypeBearer type; field in RegisterSpec.ForComparison 629 public void set(int reg, TypeBearer type, LocalItem local) { in set()
|
D | Rops.java | 1246 public static Rop opMove(TypeBearer type) { in opMove() 1266 public static Rop opMoveParam(TypeBearer type) { in opMoveParam() 1285 public static Rop opMoveException(TypeBearer type) { in opMoveException() 1297 public static Rop opMoveResult(TypeBearer type) { in opMoveResult() 1309 public static Rop opMoveResultPseudo(TypeBearer type) { in opMoveResultPseudo() 1321 public static Rop opConst(TypeBearer type) { in opConst() 1647 public static Rop opNeg(TypeBearer type) { in opNeg() 1665 public static Rop opNot(TypeBearer type) { in opNot() 1681 public static Rop opCmpl(TypeBearer type) { in opCmpl() 1698 public static Rop opCmpg(TypeBearer type) { in opCmpg() [all …]
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
D | RegisterSpec.java | 47 private final TypeBearer type; field in RegisterSpec 61 private static RegisterSpec intern(int reg, TypeBearer type, in intern() 85 public static RegisterSpec make(int reg, TypeBearer type) { in make() 100 public static RegisterSpec make(int reg, TypeBearer type, in make() 122 int reg, TypeBearer type, LocalItem local) { in makeLocalOptional() 146 private RegisterSpec(int reg, TypeBearer type, LocalItem local) { in RegisterSpec() 222 private boolean equals(int reg, TypeBearer type, LocalItem local) { in equals() 273 private static int hashCodeOf(int reg, TypeBearer type, LocalItem local) { in hashCodeOf() 599 private TypeBearer type; field in RegisterSpec.ForComparison 617 public void set(int reg, TypeBearer type, LocalItem local) { in set()
|
D | Rops.java | 1246 public static Rop opMove(TypeBearer type) { in opMove() 1266 public static Rop opMoveParam(TypeBearer type) { in opMoveParam() 1285 public static Rop opMoveException(TypeBearer type) { in opMoveException() 1297 public static Rop opMoveResult(TypeBearer type) { in opMoveResult() 1309 public static Rop opMoveResultPseudo(TypeBearer type) { in opMoveResultPseudo() 1321 public static Rop opConst(TypeBearer type) { in opConst() 1647 public static Rop opNeg(TypeBearer type) { in opNeg() 1665 public static Rop opNot(TypeBearer type) { in opNot() 1681 public static Rop opCmpl(TypeBearer type) { in opCmpl() 1698 public static Rop opCmpg(TypeBearer type) { in opCmpg() [all …]
|
/dalvik/dx/src/com/android/dx/cf/attrib/ |
D | AttEnclosingMethod.java | 31 private final CstType type; field in AttEnclosingMethod 43 public AttEnclosingMethod(CstType type, CstNat method) { in AttEnclosingMethod()
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
D | Zeroes.java | 38 public static Constant zeroFor(Type type) { in zeroFor()
|
D | CstType.java | 86 private final Type type; field in CstType 125 public static CstType intern(Type type) { in intern() 152 public CstType(Type type) { in CstType()
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
D | Zeroes.java | 38 public static Constant zeroFor(Type type) { in zeroFor()
|
D | CstType.java | 86 private final Type type; field in CstType 125 public static CstType intern(Type type) { in intern() 143 public CstType(Type type) { in CstType()
|
/dalvik/libdex/ |
D | DexDataMap.cpp | 75 void dexDataMapAdd(DexDataMap* map, u4 offset, u2 type) { in dexDataMapAdd() 126 bool dexDataMapVerify(DexDataMap* map, u4 offset, u2 type) { in dexDataMapVerify()
|