Searched defs:typeIndex (Results 1 – 11 of 11) sorted by relevance
/dalvik/dx/src/com/android/dx/io/ |
D | FieldId.java | 24 private final int typeIndex; field in FieldId 27 public FieldId(DexBuffer buffer, int declaringClassIndex, int typeIndex, int nameIndex) { in FieldId()
|
D | Annotation.java | 27 private final int typeIndex; field in Annotation 31 public Annotation(DexBuffer buffer, byte visibility, int typeIndex, int[] names, in Annotation()
|
D | ClassDef.java | 26 private final int typeIndex; field in ClassDef 35 public ClassDef(DexBuffer buffer, int offset, int typeIndex, int accessFlags, in ClassDef()
|
D | EncodedValueReader.java | 64 int typeIndex = Leb128Utils.readUnsignedLeb128(in); in readAnnotation() local 121 protected void visitAnnotation(int typeIndex, int size) {} in visitAnnotation()
|
/dalvik/dx/src/com/android/dx/command/findusages/ |
D | FindUsages.java | 71 int typeIndex = Collections.binarySearch(dex.typeIds(), typeStringIndex); in FindUsages() local 190 private Set<Integer> findAssignableTypes(DexBuffer dex, int typeIndex) { in findAssignableTypes()
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | DebugInfoDecoder.java | 160 public int typeIndex; field in DebugInfoDecoder.LocalEntry 166 int typeIndex, int signatureIndex) { in LocalEntry()
|
/dalvik/dx/src/com/android/dx/merge/ |
D | IndexMap.java | 105 public int adjustType(int typeIndex) { in adjustType() 220 protected void visitAnnotation(int typeIndex, int size) { in visitAnnotation()
|
/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/vm/oo/ |
D | Array.cpp | 527 PrimitiveType typeIndex = dstElemClass->primitiveType; in dvmUnboxObjectArray() local
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
D | AnnotationParser.java | 246 int typeIndex = input.readUnsignedShort(); in parseAnnotation() local
|
/dalvik/vm/reflect/ |
D | Reflect.cpp | 1056 PrimitiveType typeIndex = returnType->primitiveType; in dvmBoxPrimitive() local 1107 PrimitiveType typeIndex = returnType->primitiveType; in dvmUnboxPrimitive() local
|