Home
last modified time | relevance | path

Searched defs:types (Results 1 – 12 of 12) sorted by relevance

/dalvik/dx/src/com/android/dx/rop/code/
DRops.java1357 public static Rop opIfEq(TypeList types) { in opIfEq()
1369 public static Rop opIfNe(TypeList types) { in opIfNe()
1381 public static Rop opIfLt(TypeList types) { in opIfLt()
1392 public static Rop opIfGe(TypeList types) { in opIfGe()
1403 public static Rop opIfGt(TypeList types) { in opIfGt()
1414 public static Rop opIfLe(TypeList types) { in opIfLe()
1430 private static Rop pickIf(TypeList types, Rop intZ, Rop objZ, Rop intInt, in pickIf()
1474 public static Rop opAdd(TypeList types) { in opAdd()
1487 public static Rop opSub(TypeList types) { in opSub()
1500 public static Rop opMul(TypeList types) { in opMul()
[all …]
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRops.java1344 public static Rop opIfEq(TypeList types) { in opIfEq()
1356 public static Rop opIfNe(TypeList types) { in opIfNe()
1368 public static Rop opIfLt(TypeList types) { in opIfLt()
1379 public static Rop opIfGe(TypeList types) { in opIfGe()
1390 public static Rop opIfGt(TypeList types) { in opIfGt()
1401 public static Rop opIfLe(TypeList types) { in opIfLe()
1417 private static Rop pickIf(TypeList types, Rop intZ, Rop objZ, Rop intInt, in pickIf()
1461 public static Rop opAdd(TypeList types) { in opAdd()
1474 public static Rop opSub(TypeList types) { in opSub()
1487 public static Rop opMul(TypeList types) { in opMul()
[all …]
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DAnnotationUtils.java153 public static Annotation makeMemberClasses(TypeList types) { in makeMemberClasses()
229 public static Annotation makeThrows(TypeList types) { in makeThrows()
243 private static CstArray makeCstArray(TypeList types) { in makeCstArray()
/dalvik/dx/src/com/android/dx/dex/file/
DAnnotationUtils.java154 public static Annotation makeMemberClasses(TypeList types) { in makeMemberClasses()
244 public static Annotation makeThrows(TypeList types) { in makeThrows()
258 private static CstArray makeCstArray(TypeList types) { in makeCstArray()
/dalvik/dx/src/com/android/dex/
DTypeList.java26 private final short[] types; field in TypeList
28 public TypeList(Dex dex, short[] types) { in TypeList()
DDex.java395 short[] types = readShortArray(size); in readTypeList() local
697 short[] types = typeList.getTypes(); in writeTypeList() local
/dalvik/libdex/
DDexDataMap.h30 u2* types; /* corresponding array of item types */ member
/dalvik/dx/src/com/android/dx/merge/
DSortableType.java80 public boolean tryAssignDepth(SortableType[] types) { in tryAssignDepth()
DIndexMap.java157 short[] types = typeList.getTypes().clone(); in adjustTypeList() local
DDexMerger.java597 SortableType[] types = getSortedTypes(); in mergeClassDefs() local
/dalvik/dx/src/com/android/dx/cf/code/
DBaseMachine.java142 StdTypeList types = prototype.getParameterTypes(); in popArgs() local
/dalvik/tools/dexdeps/src/com/android/dexdeps/
DDexData.java590 public int types[]; // contents of type list field in DexData.ProtoIdItem