Lines Matching refs:name_idx_
494 fputs(pDexFile->StringDataByIdx(pFieldId.name_idx_), gOutFile); in dumpEncodedValue()
500 fputs(pDexFile->StringDataByIdx(pMethodId.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()
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()