Searched refs:getTypeIndex (Results 1 – 8 of 8) sorted by relevance
44 return a.getTypeIndex() - b.getTypeIndex();71 public int getTypeIndex() { in getTypeIndex() method in SortableType72 return classDef.getTypeIndex(); in getTypeIndex()84 } else if (classDef.getSupertypeIndex() == classDef.getTypeIndex()) { in tryAssignDepth()86 throw new DexException("Class with type index " + classDef.getTypeIndex() in tryAssignDepth()
233 adjustType(fieldId.getTypeIndex()), in adjust()246 return new ClassDef(target, classDef.getOffset(), adjustType(classDef.getTypeIndex()), in adjust()
655 int t = sortableType.getTypeIndex(); in readSortableTypes()660 + buffer.typeNames().get(classDef.getTypeIndex())); in readSortableTypes()732 idsDefsOut.writeInt(classDef.getTypeIndex()); in transformClassDef()
43 public int getTypeIndex() { in getTypeIndex() method in Annotation62 ? visibility + " " + getTypeIndex() in toString()63 : visibility + " " + dex.typeNames().get(getTypeIndex()); in toString()
38 public int getTypeIndex() { in getTypeIndex() method in FieldId
54 public int getTypeIndex() { in getTypeIndex() method in ClassDef
103 String className = dex.typeNames().get(currentClass.getTypeIndex()); in location()197 assignableTypes.add(classDef.getTypeIndex()); in findAssignableTypes()203 assignableTypes.add(classDef.getTypeIndex()); in findAssignableTypes()
77 String className = dex.typeNames().get(currentClass.getTypeIndex()); in location()