Searched defs:types (Results 1 – 10 of 10) sorted by relevance
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()
152 public static Annotation makeMemberClasses(TypeList types) { in makeMemberClasses()228 public static Annotation makeThrows(TypeList types) { in makeThrows()242 private static CstArray makeCstArray(TypeList types) { in makeCstArray()
30 u2* types; /* corresponding array of item types */ member
78 public boolean tryAssignDepth(SortableType[] types) { in tryAssignDepth()
149 short[] types = typeList.getTypes().clone(); in adjustTypeList() local
528 SortableType[] types = getSortedTypes(); in mergeClassDefs() local
138 StdTypeList types = prototype.getParameterTypes(); in popArgs() local
579 public int types[]; // contents of type list field in DexData.ProtoIdItem