Home
last modified time | relevance | path

Searched defs:typeIndex (Results 1 – 9 of 9) sorted by relevance

/dalvik/dx/src/com/android/dex/
DFieldId.java24 private final int typeIndex; field in FieldId
27 public FieldId(Dex dex, int declaringClassIndex, int typeIndex, int nameIndex) { in FieldId()
DClassDef.java26 private final int typeIndex; field in ClassDef
35 public ClassDef(Dex buffer, int offset, int typeIndex, int accessFlags, in ClassDef()
DDex.java321 public int descriptorIndexFromTypeIndex(int typeIndex) { in descriptorIndexFromTypeIndex()
424 int typeIndex = readUnsignedShort(); in readFieldId() local
/dalvik/dx/src/com/android/dx/command/findusages/
DFindUsages.java70 int typeIndex = Collections.binarySearch(dex.typeIds(), typeStringIndex); in FindUsages() local
191 private Set<Integer> findAssignableTypes(Dex dex, int typeIndex) { in findAssignableTypes()
/dalvik/dx/src/com/android/dx/dex/file/
DDebugInfoDecoder.java170 public int typeIndex; field in DebugInfoDecoder.LocalEntry
176 int typeIndex, int signatureIndex) { in LocalEntry()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DDebugInfoDecoder.java159 public int typeIndex; field in DebugInfoDecoder.LocalEntry
165 int typeIndex, int signatureIndex) { in LocalEntry()
/dalvik/dx/src/com/android/dx/cf/direct/
DAnnotationParser.java245 int typeIndex = input.readUnsignedShort(); in parseAnnotation() local
/dalvik/dx/src/com/android/dx/merge/
DIndexMap.java149 public int adjustType(int typeIndex) { in adjustType()
DDexMerger.java978 int typeIndex; // uleb128p1 type index. Needs indexMap adjustment. in transformDebugInfoItem() local