Home
last modified time | relevance | path

Searched refs:GetMethodDeclaringClassDescriptor (Results 1 – 10 of 10) sorted by relevance

/art/runtime/
Dimtable-inl.h52 *class_hash = ComputeModifiedUtf8Hash(dex_file->GetMethodDeclaringClassDescriptor(method_id)); in GetImtHashComponents()
Dart_method-inl.h173 return dex_file->GetMethodDeclaringClassDescriptor(dex_file->GetMethodId(dex_method_idx)); in GetDeclaringClassDescriptor()
Dhidden_api.cc196 class_name_ = dex_file.GetMethodDeclaringClassDescriptor(method_id); in MemberSignature()
/art/dex2oat/driver/
Dcompiler_driver_test.cc146 << " " << dex.GetMethodDeclaringClassDescriptor(dex.GetMethodId(i)) in TEST_F()
149 << " " << dex.GetMethodDeclaringClassDescriptor(dex.GetMethodId(i)) << " " in TEST_F()
/art/libdexfile/dex/
Ddex_file-inl.h110 inline const char* DexFile::GetMethodDeclaringClassDescriptor(const dex::MethodId& method_id) in GetMethodDeclaringClassDescriptor() function
355 GetMethodDeclaringClassDescriptor(GetMethodId(method_idx)), in DecodeDebugLocalInfo()
Ddex_file.cc533 AppendPrettyDescriptor(GetMethodDeclaringClassDescriptor(method_id), &result); in PrettyMethod()
Ddex_file.h374 const char* GetMethodDeclaringClassDescriptor(const dex::MethodId& method_id) const;
/art/runtime/verifier/
Dverifier_deps.cc957 << dex_file.GetMethodDeclaringClassDescriptor(method_id) << "->" in Dump()
1144 return std::string(dex_file.GetMethodDeclaringClassDescriptor(method_id)) in GetMethodDescription()
/art/compiler/debug/
Delf_debug_info_writer.h154 const char* dex_class_desc = dex->GetMethodDeclaringClassDescriptor(dex_method); in Write()
/art/dexdump/
Ddexdump.cc1678 declaring_class = pDexFile->GetMethodDeclaringClassDescriptor(method_id); in dumpMethodHandle()