Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 99) sorted by relevance

1234

/dalvik/dx/src/com/android/dx/cf/code/
DValueAwareMachine.java149 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
DOneLocalsArray.java60 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
DExecutionStack.java98 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()
DMachine.java77 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/
DTypeIdsSection.java63 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()
DIdItem.java29 private final CstType type; field in IdItem
37 public IdItem(CstType type) { in IdItem()
DTypeIdItem.java36 public TypeIdItem(CstType type) { in TypeIdItem()
61 CstType type = getDefiningClass(); in writeTo() local
DClassDefsSection.java74 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()
DMapItem.java35 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()
DValueEncoder.java129 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/
DTypeIdsSection.java65 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()
DIdItem.java29 private final CstType type; field in IdItem
37 public IdItem(CstType type) { in IdItem()
DTypeIdItem.java34 public TypeIdItem(CstType type) { in TypeIdItem()
59 CstType type = getDefiningClass(); in writeTo() local
DClassDefsSection.java73 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()
DMapItem.java34 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/dexgen/src/com/android/dexgen/rop/code/
DRegisterSpec.java47 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()
DRops.java1246 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/rop/code/
DRegisterSpec.java47 private final TypeBearer type; field in RegisterSpec
64 private static RegisterSpec intern(int reg, TypeBearer type, in intern()
90 public static RegisterSpec make(int reg, TypeBearer type) { in make()
105 public static RegisterSpec make(int reg, TypeBearer type, in make()
127 int reg, TypeBearer type, LocalItem local) { in makeLocalOptional()
151 private RegisterSpec(int reg, TypeBearer type, LocalItem local) { in RegisterSpec()
227 private boolean equals(int reg, TypeBearer type, LocalItem local) { in equals()
279 private static int hashCodeOf(int reg, TypeBearer type, LocalItem local) { in hashCodeOf()
623 private TypeBearer type; field in RegisterSpec.ForComparison
641 public void set(int reg, TypeBearer type, LocalItem local) { in set()
DRops.java1253 public static Rop opMove(TypeBearer type) { in opMove()
1273 public static Rop opMoveParam(TypeBearer type) { in opMoveParam()
1292 public static Rop opMoveException(TypeBearer type) { in opMoveException()
1304 public static Rop opMoveResult(TypeBearer type) { in opMoveResult()
1316 public static Rop opMoveResultPseudo(TypeBearer type) { in opMoveResultPseudo()
1328 public static Rop opConst(TypeBearer type) { in opConst()
1654 public static Rop opNeg(TypeBearer type) { in opNeg()
1672 public static Rop opNot(TypeBearer type) { in opNot()
1688 public static Rop opCmpl(TypeBearer type) { in opCmpl()
1705 public static Rop opCmpg(TypeBearer type) { in opCmpg()
[all …]
/dalvik/dx/src/com/android/dx/cf/attrib/
DAttEnclosingMethod.java31 private final CstType type; field in AttEnclosingMethod
43 public AttEnclosingMethod(CstType type, CstNat method) { in AttEnclosingMethod()
/dalvik/dx/src/com/android/dex/
DEncodedValueCodec.java32 public static void writeSignedIntegralValue(ByteOutput out, int type, long value) { in writeSignedIntegralValue()
64 public static void writeUnsignedIntegralValue(ByteOutput out, int type, long value) { in writeUnsignedIntegralValue()
91 public static void writeRightZeroExtendedValue(ByteOutput out, int type, long value) { in writeRightZeroExtendedValue()
/dalvik/dx/src/com/android/dx/rop/cst/
DZeroes.java38 public static Constant zeroFor(Type type) { in zeroFor()
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
DZeroes.java38 public static Constant zeroFor(Type type) { in zeroFor()
DCstType.java86 private final Type type; field in CstType
125 public static CstType intern(Type type) { in intern()
152 public CstType(Type type) { in CstType()
/dalvik/libdex/
DDexDataMap.cpp75 void dexDataMapAdd(DexDataMap* map, u4 offset, u2 type) { in dexDataMapAdd()
126 bool dexDataMapVerify(DexDataMap* map, u4 offset, u2 type) { in dexDataMapVerify()

1234