Searched refs:GetDeclaringClassDescriptor (Results 1 – 10 of 10) sorted by relevance
57 dex_file->FindTypeId(art_method->GetDeclaringClassDescriptor()); in ShouldDenyAccess()
789 std::string result = GetDeclaringClassDescriptor(); in PrettyMethod()806 return GetJniShortName(GetDeclaringClassDescriptor(), GetName()); in JniShortName()
166 inline const char* ArtMethod::GetDeclaringClassDescriptor() { in GetDeclaringClassDescriptor() function
989 class_names.Add(m->GetDeclaringClassDescriptor(), false); in GetRecentAllocations()1068 size_t class_name_index = class_names.IndexOf(m->GetDeclaringClassDescriptor()); in GetRecentAllocations()
629 const char* GetDeclaringClassDescriptor() REQUIRES_SHARED(Locks::mutator_lock_);
840 PrettyDescriptor(method->GetDeclaringClassDescriptor()).c_str(), method->GetName(), in GetMethodLine()
2941 const char* descriptor = method->GetDeclaringClassDescriptor(); in CreateStackTraceElement()
6601 super_method->GetDeclaringClassDescriptor()); in LinkVirtualMethods()
603 std::string_view class_name(method->GetDeclaringClassDescriptor()); in ShouldTrace()
731 const char* descriptor = m->GetDeclaringClassDescriptor(); in GetQuickOatCode()