Searched defs:types (Results 1 – 13 of 13) sorted by relevance
/dalvik/dx/src/com/android/dx/rop/code/ |
D | Rops.java | 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 …]
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
D | Rops.java | 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 …]
|
/dalvik/hit/src/com/android/hit/ |
D | ClassObj.java | 52 int[] types = mStaticFieldTypes; in resolveReferences() local 139 public final void setFieldTypes(int[] types) { in setFieldTypes() 147 public final void setStaticFieldTypes(int[] types) { in setStaticFieldTypes() 194 int[] types = mStaticFieldTypes; in visit() local
|
D | ClassInstance.java | 47 private void resolve(State state, ClassObj isa, int[] types, in resolve() 108 int[] types = isa.mFieldTypes; in visit() local 159 int[] types = isa.mFieldTypes; in describeReferenceTo() local
|
D | HprofParser.java | 485 int[] types = new int[numEntries]; in loadClassDump() local
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | AnnotationUtils.java | 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()
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | AnnotationUtils.java | 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()
|
/dalvik/libdex/ |
D | DexDataMap.h | 30 u2* types; /* corresponding array of item types */ member
|
/dalvik/dx/src/com/android/dx/merge/ |
D | SortableType.java | 72 public boolean tryAssignDepth(SortableType[] types) { in tryAssignDepth()
|
D | IndexMap.java | 149 short[] types = typeList.getTypes().clone(); in adjustTypeList() local
|
D | DexMerger.java | 535 SortableType[] types = getSortedTypes(); in mergeClassDefs() local
|
/dalvik/dx/src/com/android/dx/cf/code/ |
D | BaseMachine.java | 138 StdTypeList types = prototype.getParameterTypes(); in popArgs() local
|
/dalvik/tools/dexdeps/src/com/android/dexdeps/ |
D | DexData.java | 572 public int types[]; // contents of type list field in DexData.ProtoIdItem
|