Home
last modified time | relevance | path

Searched refs:typeIdx (Results 1 – 6 of 6) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
DDebugInfoDecoder.java296 int typeIdx = readStringIndex(bs); in decode0() local
298 address, true, reg, nameIdx, typeIdx, 0); in decode0()
308 int typeIdx = readStringIndex(bs); in decode0() local
311 address, true, reg, nameIdx, typeIdx, sigIdx); in decode0()
DValueEncoder.java315 int typeIdx = typeIds.indexOf(type); in writeAnnotation() local
318 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " + in writeAnnotation()
/dalvik/dx/src/com/android/dx/dex/file/
DDebugInfoDecoder.java301 int typeIdx = readStringIndex(bs); in decode0() local
303 address, true, reg, nameIdx, typeIdx, 0); in decode0()
313 int typeIdx = readStringIndex(bs); in decode0() local
316 address, true, reg, nameIdx, typeIdx, sigIdx); in decode0()
DValueEncoder.java336 int typeIdx = typeIds.indexOf(type); in writeAnnotation() local
339 out.annotate(" type_idx: " + Hex.u4(typeIdx) + " // " + in writeAnnotation()
/dalvik/tools/dexdeps/src/com/android/dexdeps/
DDexData.java227 mFieldIds[i].typeIdx = buffer.getShort() & 0xffff; in loadFieldIds()
383 classNameFromTypeIndex(fieldId.typeIdx), in addExternalFieldReferences()
572 public int typeIdx; // index into type_ids (field type) field in DexData.FieldIdItem
/dalvik/dx/src/com/android/dx/cf/direct/
DStdAttributeFactory.java609 int typeIdx = in.readUnsignedShort(); in parseLocalVariables() local
612 CstString type = (CstString) pool.get(typeIdx); in parseLocalVariables()