Lines Matching refs:GetStringData
596 fputs(pDexFile->GetStringData(pFieldId.name_idx_), gOutFile); in dumpEncodedValue()
602 fputs(pDexFile->GetStringData(pMethodId.name_idx_), gOutFile); in dumpEncodedValue()
624 fputs(pDexFile->GetStringData(dex::StringIndex(name_idx)), gOutFile); in dumpEncodedValue()
775 const char* field_name = pDexFile->GetStringData(pFieldId.name_idx_); in dumpClassAnnotations()
786 const char* method_name = pDexFile->GetStringData(pMethodId.name_idx_); in dumpClassAnnotations()
797 const char* method_name = pDexFile->GetStringData(pMethodId.name_idx_); in dumpClassAnnotations()
921 const char* st = pDexFile->GetStringData(dex::StringIndex(index)); in indexString()
936 const char* name = pDexFile->GetStringData(pMethodId.name_idx_); in indexString()
948 const char* name = pDexFile->GetStringData(pFieldId.name_idx_); in indexString()
969 const char* name = pDexFile->GetStringData(pMethodId.name_idx_); in indexString()
1240 const char* name = pDexFile->GetStringData(pMethodId.name_idx_); in dumpBytecodes()
1356 const char* name = dex_file.GetStringData(pMethodId.name_idx_); in dumpMethod()
1477 const char* name = dex_file.GetStringData(field_id.name_idx_); in dumpField()
1696 fileName = pDexFile->GetStringData(pClassDef.source_file_idx_); in dumpClass()
1806 const char* method_name = pDexFile->GetStringData(method_name_idx); in dumpCallSite()
1867 value = pDexFile->GetStringData(string_idx); in dumpCallSite()
1928 const char* string = pDexFile->GetStringData(idx); in dumpStrings()