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.cc202 class_name_ = dex_file.GetMethodDeclaringClassDescriptor(method_id); in MemberSignature()
/art/dex2oat/driver/
Dcompiler_driver_test.cc144 << " " << dex.GetMethodDeclaringClassDescriptor(dex.GetMethodId(i)) in TEST_F()
147 << " " << 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
359 GetMethodDeclaringClassDescriptor(GetMethodId(method_idx)), in DecodeDebugLocalInfo()
Ddex_file.cc552 AppendPrettyDescriptor(GetMethodDeclaringClassDescriptor(method_id), result); in AppendPrettyMethod()
Ddex_file.h389 const char* GetMethodDeclaringClassDescriptor(const dex::MethodId& method_id) const;
/art/libdexfile/external/
Ddex_file_ext.cc290 const char* name = self->adex->dex_file_->GetMethodDeclaringClassDescriptor(method_id); in ADexFile_Method_getClassDescriptor()
/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()