Searched defs:types (Results 1 – 12 of 12) sorted by relevance
1357 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 …]
1344 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 …]
153 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()
154 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()
26 private final short[] types; field in TypeList28 public TypeList(Dex dex, short[] types) { in TypeList()
395 short[] types = readShortArray(size); in readTypeList() local697 short[] types = typeList.getTypes(); in writeTypeList() local
30 u2* types; /* corresponding array of item types */ member
80 public boolean tryAssignDepth(SortableType[] types) { in tryAssignDepth()
157 short[] types = typeList.getTypes().clone(); in adjustTypeList() local
597 SortableType[] types = getSortedTypes(); in mergeClassDefs() local
142 StdTypeList types = prototype.getParameterTypes(); in popArgs() local
590 public int types[]; // contents of type list field in DexData.ProtoIdItem