Lines Matching refs:name_idx_
496 fputs(pDexFile->StringDataByIdx(pFieldId.name_idx_), gOutFile); in dumpEncodedValue()
502 fputs(pDexFile->StringDataByIdx(pMethodId.name_idx_), gOutFile); in dumpEncodedValue()
675 const char* field_name = pDexFile->StringDataByIdx(pFieldId.name_idx_); in dumpClassAnnotations()
686 const char* method_name = pDexFile->StringDataByIdx(pMethodId.name_idx_); in dumpClassAnnotations()
697 const char* method_name = pDexFile->StringDataByIdx(pMethodId.name_idx_); in dumpClassAnnotations()
830 const char* name = pDexFile->StringDataByIdx(pMethodId.name_idx_); in indexString()
842 const char* name = pDexFile->StringDataByIdx(pFieldId.name_idx_); in indexString()
863 const char* name = pDexFile->StringDataByIdx(pMethodId.name_idx_); in indexString()
1134 const char* name = pDexFile->StringDataByIdx(pMethodId.name_idx_); in dumpBytecodes()
1227 const char* name = dex_file.StringDataByIdx(pMethodId.name_idx_); in dumpMethod()
1345 const char* name = dex_file.StringDataByIdx(field_id.name_idx_); in dumpField()