Searched refs:pMethodId (Results 1 – 2 of 2) sorted by relevance
95 const dex::MethodId& pMethodId = pDexFile->GetMethodId(idx); in dumpMethod() local96 const char* methodName = pDexFile->StringDataByIdx(pMethodId.name_idx_); in dumpMethod()97 const char* classDescriptor = pDexFile->StringByTypeIdx(pMethodId.class_idx_); in dumpMethod()122 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpMethod()
540 const dex::MethodId& pMethodId = pDexFile->GetMethodId(method_idx); in dumpEncodedValue() local541 fputs(pDexFile->StringDataByIdx(pMethodId.name_idx_), gOutFile); in dumpEncodedValue()724 const dex::MethodId& pMethodId = pDexFile->GetMethodId(method_idx); in dumpClassAnnotations() local735 const dex::MethodId& pMethodId = pDexFile->GetMethodId(method_idx); in dumpClassAnnotations() local868 const dex::MethodId& pMethodId = pDexFile->GetMethodId(index); in indexString() local901 const dex::MethodId& pMethodId = pDexFile->GetMethodId(index); in indexString() local1172 const dex::MethodId& pMethodId = pDexFile->GetMethodId(idx); in dumpBytecodes() local1173 const char* name = pDexFile->StringDataByIdx(pMethodId.name_idx_); in dumpBytecodes()1174 const Signature signature = pDexFile->GetMethodSignature(pMethodId); in dumpBytecodes()1266 const char* name = dex_file.StringDataByIdx(pMethodId.name_idx_); in dumpMethod()[all …]