Home
last modified time | relevance | path

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

/dalvik/tools/dexdeps/src/com/android/dexdeps/
DDexData.java30 private String[] mStrings; // strings from string_data_* field in DexData
150 mStrings = new String[count]; in loadStrings()
155 mStrings[i] = readString(); in loadStrings()
300 String className = mStrings[mTypeIds[i].descriptorIdx]; in markInternalClasses()
326 return mStrings[mTypeIds[idx].descriptorIdx]; in classNameFromTypeIndex()
338 result[i] = mStrings[mTypeIds[protoId.types[i]].descriptorIdx]; in argArrayFromProtoIndex()
350 return mStrings[mTypeIds[protoId.returnTypeIdx].descriptorIdx]; in returnTypeFromProtoIndex()
368 new ClassRef(mStrings[mTypeIds[i].descriptorIdx]); in getExternalReferences()
401 mStrings[fieldId.nameIdx]); in addExternalFieldReferences()
419 mStrings[methodId.nameIdx]); in addExternalMethodReferences()