Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/dex/file/
DDebugInfoDecoder.java159 public int typeIndex; field in DebugInfoDecoder.LocalEntry
165 int typeIndex, int signatureIndex) { in LocalEntry()
/dalvik/vm/reflect/
DReflect.c1044 PrimitiveType typeIndex = returnType->primitiveType; in dvmWrapPrimitive() local
1097 PrimitiveType typeIndex = returnType->primitiveType; in dvmUnwrapPrimitive() local
/dalvik/dx/src/com/android/dx/cf/direct/
DAnnotationParser.java248 int typeIndex = input.readUnsignedShort(); in parseAnnotation() local