Home
last modified time | relevance | path

Searched refs:GetDeclaringClassDescriptor (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dtrace_profile.cc191 PrettyDescriptor(method->GetDeclaringClassDescriptor()).c_str(), in GetMethodInfoLine()
H A Ddebugger.cc984 class_names.Add(m->GetDeclaringClassDescriptor(), false); in GetRecentAllocations()
1063 size_t class_name_index = class_names.IndexOf(m->GetDeclaringClassDescriptor()); in GetRecentAllocations()
H A Dcommon_dex_operations.h263 field->GetDeclaringClassDescriptor()); in DoFieldPutCommon()
H A Dart_field.h239 const char* GetDeclaringClassDescriptor() REQUIRES_SHARED(Locks::mutator_lock_);
H A Dart_field-inl.h406 inline const char* ArtField::GetDeclaringClassDescriptor() { in GetDeclaringClassDescriptor() function
H A Dart_method-inl.h382 inline const char* ArtMethod::GetDeclaringClassDescriptor() {
H A Dart_method.cc875 return GetJniShortName(GetDeclaringClassDescriptor(), GetName()); in JniShortName()
H A Dart_method.h944 const char* GetDeclaringClassDescriptor() REQUIRES_SHARED(Locks::mutator_lock_);
H A Dtrace.cc1377 PrettyDescriptor(method->GetDeclaringClassDescriptor()).c_str(), in GetMethodInfoLine()
H A Dthread.cc3180 const char* descriptor = method->GetDeclaringClassDescriptor(); in CreateStackTraceElement()
H A Dclass_linker.cc8553 super_method->GetDeclaringClassDescriptor()); in AssignVTableIndexes()
/aosp_15_r20/art/oatdump/
H A Doatdump.cc760 const char* descriptor = m->GetDeclaringClassDescriptor(); in GetQuickOatCode()