Lines Matching refs:StringDataByIdx

479         dumpEscapedString(pDexFile->StringDataByIdx(dex::StringIndex(idx)));  in dumpEncodedValue()
481 dumpXmlAttribute(pDexFile->StringDataByIdx(dex::StringIndex(idx))); in dumpEncodedValue()
494 fputs(pDexFile->StringDataByIdx(pFieldId.name_idx_), gOutFile); in dumpEncodedValue()
500 fputs(pDexFile->StringDataByIdx(pMethodId.name_idx_), gOutFile); in dumpEncodedValue()
522 fputs(pDexFile->StringDataByIdx(dex::StringIndex(name_idx)), gOutFile); in dumpEncodedValue()
681 const char* field_name = pDexFile->StringDataByIdx(pFieldId.name_idx_); in dumpClassAnnotations()
692 const char* method_name = pDexFile->StringDataByIdx(pMethodId.name_idx_); in dumpClassAnnotations()
703 const char* method_name = pDexFile->StringDataByIdx(pMethodId.name_idx_); in dumpClassAnnotations()
846 const char* st = pDexFile->StringDataByIdx(dex::StringIndex(index)); in indexString()
855 const char* name = pDexFile->StringDataByIdx(pMethodId.name_idx_); in indexString()
867 const char* name = pDexFile->StringDataByIdx(pFieldId.name_idx_); in indexString()
888 const char* name = pDexFile->StringDataByIdx(pMethodId.name_idx_); in indexString()
1146 const char* name = pDexFile->StringDataByIdx(pMethodId.name_idx_); in dumpBytecodes()
1207 const char* name = pDexFile->StringDataByIdx(pMethodId.name_idx_); in dumpMethod()
1312 const char* name = pDexFile->StringDataByIdx(pFieldId.name_idx_); in dumpSField()
1575 fileName = pDexFile->StringDataByIdx(pClassDef.source_file_idx_); in dumpClass()
1661 const char* method_name = pDexFile->StringDataByIdx(method_name_idx); in dumpCallSite()
1733 value = pDexFile->StringDataByIdx(string_idx); in dumpCallSite()