Searched refs:typeIdx (Results 1 – 6 of 6) sorted by relevance
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | DebugInfoDecoder.java | 296 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()
|
D | ValueEncoder.java | 315 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/ |
D | DebugInfoDecoder.java | 301 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()
|
D | ValueEncoder.java | 336 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/ |
D | DexData.java | 227 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/ |
D | StdAttributeFactory.java | 609 int typeIdx = in.readUnsignedShort(); in parseLocalVariables() local 612 CstString type = (CstString) pool.get(typeIdx); in parseLocalVariables()
|