Searched refs:GetMethodDeclaringClassDescriptor (Results 1 – 10 of 10) sorted by relevance
52 *class_hash = ComputeModifiedUtf8Hash(dex_file->GetMethodDeclaringClassDescriptor(method_id)); in GetImtHashComponents()
171 return dex_file->GetMethodDeclaringClassDescriptor(dex_file->GetMethodId(dex_method_idx)); in GetDeclaringClassDescriptor()
154 class_name_ = dex_file.GetMethodDeclaringClassDescriptor(method_id); in MemberSignature()
146 << " " << dex.GetMethodDeclaringClassDescriptor(dex.GetMethodId(i)) in TEST_F()149 << " " << dex.GetMethodDeclaringClassDescriptor(dex.GetMethodId(i)) << " " in TEST_F()
109 inline const char* DexFile::GetMethodDeclaringClassDescriptor(const dex::MethodId& method_id) in GetMethodDeclaringClassDescriptor() function354 GetMethodDeclaringClassDescriptor(GetMethodId(method_idx)), in DecodeDebugLocalInfo()
532 AppendPrettyDescriptor(GetMethodDeclaringClassDescriptor(method_id), &result); in PrettyMethod()
371 const char* GetMethodDeclaringClassDescriptor(const dex::MethodId& method_id) const;
891 << dex_file.GetMethodDeclaringClassDescriptor(method_id) << "->" in Dump()1078 return std::string(dex_file.GetMethodDeclaringClassDescriptor(method_id)) in GetMethodDescription()
154 const char* dex_class_desc = dex->GetMethodDeclaringClassDescriptor(dex_method); in Write()
1636 declaring_class = pDexFile->GetMethodDeclaringClassDescriptor(method_id); in dumpMethodHandle()