HomeSort by relevance Sort by last modified time
    Searched full:stringidsection (Results 1 - 1 of 1) sorted by null

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
DebugInfoItem.java 104 IndexedSection<StringIdItem> stringIdSection = dexFile.StringIdsSection;
106 parameterNames[i] = stringIdSection.getOptionalItemByIndex(in.readUnsignedLeb128() - 1);

Completed in 50 milliseconds