Searched refs:GetDeclaringClassDescriptor (Results 1 – 7 of 7) sorted by relevance
164 inline const char* ArtMethod::GetDeclaringClassDescriptor() { in GetDeclaringClassDescriptor() function
808 std::string result = GetDeclaringClassDescriptor(); in PrettyMethod()825 return GetJniShortName(GetDeclaringClassDescriptor(), GetName()); in JniShortName()
578 const char* GetDeclaringClassDescriptor() REQUIRES_SHARED(Locks::mutator_lock_);
835 PrettyDescriptor(method->GetDeclaringClassDescriptor()).c_str(), method->GetName(), in GetMethodLine()
5085 class_names.Add(m->GetDeclaringClassDescriptor(), false); in GetRecentAllocations()5164 size_t class_name_index = class_names.IndexOf(m->GetDeclaringClassDescriptor()); in GetRecentAllocations()
594 std::string_view class_name(method->GetDeclaringClassDescriptor()); in ShouldTrace()
713 const char* descriptor = m->GetDeclaringClassDescriptor(); in GetQuickOatCode()