Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/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/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/hit/src/com/android/hit/
DClassObj.java52 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
DClassInstance.java47 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
DHprofParser.java485 int[] types = new int[numEntries]; in loadClassDump() local
/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.java152 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/
DDexDataMap.h30 u2* types; /* corresponding array of item types */ member
/dalvik/dx/src/com/android/dx/merge/
DSortableType.java72 public boolean tryAssignDepth(SortableType[] types) { in tryAssignDepth()
DIndexMap.java149 short[] types = typeList.getTypes().clone(); in adjustTypeList() local
DDexMerger.java535 SortableType[] types = getSortedTypes(); in mergeClassDefs() local
/dalvik/dx/src/com/android/dx/cf/code/
DBaseMachine.java138 StdTypeList types = prototype.getParameterTypes(); in popArgs() local
/dalvik/tools/dexdeps/src/com/android/dexdeps/
DDexData.java572 public int types[]; // contents of type list field in DexData.ProtoIdItem