Home
last modified time | relevance | path

Searched defs:typeIdx (Results 1 – 10 of 10) sorted by relevance

/dalvik/libdex/
DDexCatch.h31 u4 typeIdx; /* type index of the caught exception type */ member
99 u4 typeIdx = readUnsignedLeb128(&pIterator->pEncodedData); in dexCatchIteratorNext() local
DDexDebugInfo.cpp102 u4 typeIdx = readUnsignedLeb128(pStream); in readTypeIdx() local
DDexFile.h330 u2 typeIdx; /* index into typeIds for field type */ member
387 u2 typeIdx; /* index into typeIds */ member
DDexSwapVerify.cpp235 static bool setDefinedClassBit(const CheckState* state, u4 typeIdx) { in setDefinedClassBit()
1748 u4 typeIdx = in setHandlerOffsAndVerify() local
/dalvik/dx/src/com/android/dx/dex/file/
DDebugInfoDecoder.java300 int typeIdx = readStringIndex(bs); in decode0() local
312 int typeIdx = readStringIndex(bs); in decode0() local
DValueEncoder.java314 int typeIdx = typeIds.indexOf(type); in writeAnnotation() local
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DDebugInfoDecoder.java296 int typeIdx = readStringIndex(bs); in decode0() local
308 int typeIdx = readStringIndex(bs); in decode0() local
DValueEncoder.java315 int typeIdx = typeIds.indexOf(type); in writeAnnotation() local
/dalvik/tools/dexdeps/src/com/android/dexdeps/
DDexData.java593 public int typeIdx; // index into type_ids (field type) field in DexData.FieldIdItem
/dalvik/dx/src/com/android/dx/cf/direct/
DStdAttributeFactory.java577 int typeIdx = in.readUnsignedShort(); in parseLocalVariables() local