Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/
DFieldId.java24 private final int typeIndex; field in FieldId
27 public FieldId(DexBuffer buffer, int declaringClassIndex, int typeIndex, int nameIndex) { in FieldId()
DAnnotation.java27 private final int typeIndex; field in Annotation
31 public Annotation(DexBuffer buffer, byte visibility, int typeIndex, int[] names, in Annotation()
DClassDef.java26 private final int typeIndex; field in ClassDef
35 public ClassDef(DexBuffer buffer, int offset, int typeIndex, int accessFlags, in ClassDef()
DEncodedValueReader.java64 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/
DFindUsages.java71 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/
DDebugInfoDecoder.java160 public int typeIndex; field in DebugInfoDecoder.LocalEntry
166 int typeIndex, int signatureIndex) { in LocalEntry()
/dalvik/dx/src/com/android/dx/merge/
DIndexMap.java105 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/
DDebugInfoDecoder.java159 public int typeIndex; field in DebugInfoDecoder.LocalEntry
165 int typeIndex, int signatureIndex) { in LocalEntry()
/dalvik/vm/oo/
DArray.cpp527 PrimitiveType typeIndex = dstElemClass->primitiveType; in dvmUnboxObjectArray() local
/dalvik/dx/src/com/android/dx/cf/direct/
DAnnotationParser.java246 int typeIndex = input.readUnsignedShort(); in parseAnnotation() local
/dalvik/vm/reflect/
DReflect.cpp1056 PrimitiveType typeIndex = returnType->primitiveType; in dvmBoxPrimitive() local
1107 PrimitiveType typeIndex = returnType->primitiveType; in dvmUnboxPrimitive() local