Searched refs:GetMethodDeclaringClassDescriptor (Results 1 – 9 of 9) sorted by relevance
52 *class_hash = ComputeModifiedUtf8Hash(dex_file->GetMethodDeclaringClassDescriptor(method_id)); in GetImtHashComponents()
188 return dex_file->GetMethodDeclaringClassDescriptor(dex_file->GetMethodId(dex_method_idx)); in GetDeclaringClassDescriptor()
92 inline const char* DexFile::GetMethodDeclaringClassDescriptor(const MethodId& method_id) const { in GetMethodDeclaringClassDescriptor() function401 GetMethodDeclaringClassDescriptor(GetMethodId(method_idx)), in DecodeDebugLocalInfo()
584 AppendPrettyDescriptor(GetMethodDeclaringClassDescriptor(method_id), &result); in PrettyMethod()
609 const char* GetMethodDeclaringClassDescriptor(const MethodId& method_id) const;
135 << " " << dex.GetMethodDeclaringClassDescriptor(dex.GetMethodId(i)) in TEST_F()138 << " " << dex.GetMethodDeclaringClassDescriptor(dex.GetMethodId(i)) << " " in TEST_F()
826 << dex_file.GetMethodDeclaringClassDescriptor(method_id) << "->" in Dump()1013 return std::string(dex_file.GetMethodDeclaringClassDescriptor(method_id)) in GetMethodDescription()
170 const char* dex_class_desc = dex->GetMethodDeclaringClassDescriptor(dex_method); in Write()
1660 declaring_class = pDexFile->GetMethodDeclaringClassDescriptor(method_id); in dumpMethodHandle()