Lines Matching refs:GetStringData
610 fputs(pDexFile->GetStringData(pFieldId.name_idx_), gOutFile); in dumpEncodedValue()
616 fputs(pDexFile->GetStringData(pMethodId.name_idx_), gOutFile); in dumpEncodedValue()
638 fputs(pDexFile->GetStringData(dex::StringIndex(name_idx)), gOutFile); in dumpEncodedValue()
789 const char* field_name = pDexFile->GetStringData(pFieldId.name_idx_); in dumpClassAnnotations()
800 const char* method_name = pDexFile->GetStringData(pMethodId.name_idx_); in dumpClassAnnotations()
811 const char* method_name = pDexFile->GetStringData(pMethodId.name_idx_); in dumpClassAnnotations()
935 const char* st = pDexFile->GetStringData(dex::StringIndex(index)); in indexString()
950 const char* name = pDexFile->GetStringData(pMethodId.name_idx_); in indexString()
962 const char* name = pDexFile->GetStringData(pFieldId.name_idx_); in indexString()
976 const char* name = pDexFile->GetStringData(pMethodId.name_idx_); in indexString()
1247 const char* name = pDexFile->GetStringData(pMethodId.name_idx_); in dumpBytecodes()
1363 const char* name = dex_file.GetStringData(pMethodId.name_idx_); in dumpMethod()
1484 const char* name = dex_file.GetStringData(field_id.name_idx_); in dumpField()
1703 fileName = pDexFile->GetStringData(pClassDef.source_file_idx_); in dumpClass()
1813 const char* method_name = pDexFile->GetStringData(method_name_idx); in dumpCallSite()
1874 value = pDexFile->GetStringData(string_idx); in dumpCallSite()
1935 const char* string = pDexFile->GetStringData(idx); in dumpStrings()