Home
last modified time | relevance | path

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

/art/runtime/
Dimtable-inl.h52 *class_hash = ComputeModifiedUtf8Hash(dex_file->GetMethodDeclaringClassDescriptor(method_id)); in GetImtHashComponents()
Dart_method-inl.h188 return dex_file->GetMethodDeclaringClassDescriptor(dex_file->GetMethodId(dex_method_idx)); in GetDeclaringClassDescriptor()
/art/libdexfile/dex/
Ddex_file-inl.h92 inline const char* DexFile::GetMethodDeclaringClassDescriptor(const MethodId& method_id) const { in GetMethodDeclaringClassDescriptor() function
401 GetMethodDeclaringClassDescriptor(GetMethodId(method_idx)), in DecodeDebugLocalInfo()
Ddex_file.cc584 AppendPrettyDescriptor(GetMethodDeclaringClassDescriptor(method_id), &result); in PrettyMethod()
Ddex_file.h609 const char* GetMethodDeclaringClassDescriptor(const MethodId& method_id) const;
/art/compiler/driver/
Dcompiler_driver_test.cc135 << " " << dex.GetMethodDeclaringClassDescriptor(dex.GetMethodId(i)) in TEST_F()
138 << " " << dex.GetMethodDeclaringClassDescriptor(dex.GetMethodId(i)) << " " in TEST_F()
/art/runtime/verifier/
Dverifier_deps.cc826 << dex_file.GetMethodDeclaringClassDescriptor(method_id) << "->" in Dump()
1013 return std::string(dex_file.GetMethodDeclaringClassDescriptor(method_id)) in GetMethodDescription()
/art/compiler/debug/
Delf_debug_info_writer.h170 const char* dex_class_desc = dex->GetMethodDeclaringClassDescriptor(dex_method); in Write()
/art/dexdump/
Ddexdump.cc1660 declaring_class = pDexFile->GetMethodDeclaringClassDescriptor(method_id); in dumpMethodHandle()