Lines Matching refs:pMethodId

540       const dex::MethodId& pMethodId = pDexFile->GetMethodId(method_idx);  in dumpEncodedValue()  local
541 fputs(pDexFile->StringDataByIdx(pMethodId.name_idx_), gOutFile); in dumpEncodedValue()
724 const dex::MethodId& pMethodId = pDexFile->GetMethodId(method_idx); in dumpClassAnnotations() local
725 const char* method_name = pDexFile->StringDataByIdx(pMethodId.name_idx_); in dumpClassAnnotations()
735 const dex::MethodId& pMethodId = pDexFile->GetMethodId(method_idx); in dumpClassAnnotations() local
736 const char* method_name = pDexFile->StringDataByIdx(pMethodId.name_idx_); in dumpClassAnnotations()
868 const dex::MethodId& pMethodId = pDexFile->GetMethodId(index); in indexString() local
869 const char* name = pDexFile->StringDataByIdx(pMethodId.name_idx_); in indexString()
870 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in indexString()
871 const char* backDescriptor = pDexFile->StringByTypeIdx(pMethodId.class_idx_); in indexString()
901 const dex::MethodId& pMethodId = pDexFile->GetMethodId(index); in indexString() local
902 const char* name = pDexFile->StringDataByIdx(pMethodId.name_idx_); in indexString()
903 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in indexString()
904 const char* backDescriptor = pDexFile->StringByTypeIdx(pMethodId.class_idx_); in indexString()
1172 const dex::MethodId& pMethodId = pDexFile->GetMethodId(idx); in dumpBytecodes() local
1173 const char* name = pDexFile->StringDataByIdx(pMethodId.name_idx_); in dumpBytecodes()
1174 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpBytecodes()
1175 const char* backDescriptor = pDexFile->StringByTypeIdx(pMethodId.class_idx_); in dumpBytecodes()
1265 const dex::MethodId& pMethodId = dex_file.GetMethodId(method.GetIndex()); in dumpMethod() local
1266 const char* name = dex_file.StringDataByIdx(pMethodId.name_idx_); in dumpMethod()
1267 const Signature signature = dex_file.GetMethodSignature(pMethodId); in dumpMethod()
1269 const char* backDescriptor = dex_file.StringByTypeIdx(pMethodId.class_idx_); in dumpMethod()