Searched refs:getOptionalItemByIndex (Results 1 – 4 of 4) sorted by relevance
197 … 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()
59 public T getOptionalItemByIndex(int index) { in getOptionalItemByIndex() method in IndexedSection
131 superType = dexFile.TypeIdsSection.getOptionalItemByIndex(in.readInt()); in readItem()134 sourceFile = dexFile.StringIdsSection.getOptionalItemByIndex(in.readInt()); in readItem()
106 parameterNames[i] = stringIdSection.getOptionalItemByIndex(in.readUnsignedLeb128() - 1); in readItem()