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
148 mStrings = new String[count]; in loadStrings()
153 mStrings[i] = readString(); in loadStrings()
298 String className = mStrings[mTypeIds[i].descriptorIdx]; in markInternalClasses()
324 return mStrings[mTypeIds[idx].descriptorIdx]; in classNameFromTypeIndex()
336 result[i] = mStrings[mTypeIds[protoId.types[i]].descriptorIdx]; in argArrayFromProtoIndex()
348 return mStrings[mTypeIds[protoId.returnTypeIdx].descriptorIdx]; in returnTypeFromProtoIndex()
366 new ClassRef(mStrings[mTypeIds[i].descriptorIdx]); in getExternalReferences()
399 mStrings[fieldId.nameIdx]); in addExternalFieldReferences()
417 mStrings[methodId.nameIdx]); in addExternalMethodReferences()