Home
last modified time | relevance | path

Searched refs:getOptionalItemByIndex (Results 1 – 4 of 4) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Debug/
DDebugInstructionIterator.java197 … StringIdItem name = dexFile.StringIdsSection.getOptionalItemByIndex(in.readUnsignedLeb128() - 1); in DecodeInstructions()
198 … TypeIdItem type = dexFile.TypeIdsSection.getOptionalItemByIndex(in.readUnsignedLeb128() - 1); in DecodeInstructions()
207 … StringIdItem name = dexFile.StringIdsSection.getOptionalItemByIndex(in.readUnsignedLeb128() - 1); in DecodeInstructions()
208 … TypeIdItem type = dexFile.TypeIdsSection.getOptionalItemByIndex(in.readUnsignedLeb128() - 1); in DecodeInstructions()
210 … dexFile.StringIdsSection.getOptionalItemByIndex(in.readUnsignedLeb128() - 1); in DecodeInstructions()
255 … StringIdItem name = dexFile.StringIdsSection.getOptionalItemByIndex(in.readUnsignedLeb128() - 1); in DecodeInstructions()
/external/smali/dexlib/src/main/java/org/jf/dexlib/
DIndexedSection.java59 public T getOptionalItemByIndex(int index) { in getOptionalItemByIndex() method in IndexedSection
DClassDefItem.java131 superType = dexFile.TypeIdsSection.getOptionalItemByIndex(in.readInt()); in readItem()
134 sourceFile = dexFile.StringIdsSection.getOptionalItemByIndex(in.readInt()); in readItem()
DDebugInfoItem.java106 parameterNames[i] = stringIdSection.getOptionalItemByIndex(in.readUnsignedLeb128() - 1); in readItem()