Searched defs:typeIndex (Results 1 – 9 of 9) sorted by relevance
/dalvik/dx/src/com/android/dex/ |
D | FieldId.java | 24 private final int typeIndex; field in FieldId 27 public FieldId(Dex dex, int declaringClassIndex, int typeIndex, int nameIndex) { in FieldId()
|
D | ClassDef.java | 26 private final int typeIndex; field in ClassDef 35 public ClassDef(Dex buffer, int offset, int typeIndex, int accessFlags, in ClassDef()
|
D | Dex.java | 321 public int descriptorIndexFromTypeIndex(int typeIndex) { in descriptorIndexFromTypeIndex() 424 int typeIndex = readUnsignedShort(); in readFieldId() local
|
/dalvik/dx/src/com/android/dx/command/findusages/ |
D | FindUsages.java | 70 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/ |
D | DebugInfoDecoder.java | 170 public int typeIndex; field in DebugInfoDecoder.LocalEntry 176 int typeIndex, int signatureIndex) { in LocalEntry()
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | DebugInfoDecoder.java | 159 public int typeIndex; field in DebugInfoDecoder.LocalEntry 165 int typeIndex, int signatureIndex) { in LocalEntry()
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
D | AnnotationParser.java | 245 int typeIndex = input.readUnsignedShort(); in parseAnnotation() local
|
/dalvik/dx/src/com/android/dx/merge/ |
D | IndexMap.java | 149 public int adjustType(int typeIndex) { in adjustType()
|
D | DexMerger.java | 978 int typeIndex; // uleb128p1 type index. Needs indexMap adjustment. in transformDebugInfoItem() local
|