Searched refs:GetDeclaringClassDescriptor (Results 1 – 12 of 12) sorted by relevance
191 PrettyDescriptor(method->GetDeclaringClassDescriptor()).c_str(), in GetMethodInfoLine()
984 class_names.Add(m->GetDeclaringClassDescriptor(), false); in GetRecentAllocations()1063 size_t class_name_index = class_names.IndexOf(m->GetDeclaringClassDescriptor()); in GetRecentAllocations()
263 field->GetDeclaringClassDescriptor()); in DoFieldPutCommon()
239 const char* GetDeclaringClassDescriptor() REQUIRES_SHARED(Locks::mutator_lock_);
406 inline const char* ArtField::GetDeclaringClassDescriptor() { in GetDeclaringClassDescriptor() function
382 inline const char* ArtMethod::GetDeclaringClassDescriptor() {
875 return GetJniShortName(GetDeclaringClassDescriptor(), GetName()); in JniShortName()
944 const char* GetDeclaringClassDescriptor() REQUIRES_SHARED(Locks::mutator_lock_);
1377 PrettyDescriptor(method->GetDeclaringClassDescriptor()).c_str(), in GetMethodInfoLine()
3180 const char* descriptor = method->GetDeclaringClassDescriptor(); in CreateStackTraceElement()
8553 super_method->GetDeclaringClassDescriptor()); in AssignVTableIndexes()
760 const char* descriptor = m->GetDeclaringClassDescriptor(); in GetQuickOatCode()