Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h166 inline const char* ArtMethod::GetDeclaringClassDescriptor() { in GetDeclaringClassDescriptor() function
Dart_method.cc812 std::string result = GetDeclaringClassDescriptor(); in PrettyMethod()
829 return GetJniShortName(GetDeclaringClassDescriptor(), GetName()); in JniShortName()
Ddebugger.cc989 class_names.Add(m->GetDeclaringClassDescriptor(), false); in GetRecentAllocations()
1068 size_t class_name_index = class_names.IndexOf(m->GetDeclaringClassDescriptor()); in GetRecentAllocations()
Dart_method.h634 const char* GetDeclaringClassDescriptor() REQUIRES_SHARED(Locks::mutator_lock_);
Dtrace.cc840 PrettyDescriptor(method->GetDeclaringClassDescriptor()).c_str(), method->GetName(), in GetMethodLine()
Dthread.cc2871 const char* descriptor = method->GetDeclaringClassDescriptor(); in CreateStackTraceElement()
Dclass_linker.cc6645 super_method->GetDeclaringClassDescriptor()); in LinkVirtualMethods()
/art/runtime/jni/
Djava_vm_ext.cc603 std::string_view class_name(method->GetDeclaringClassDescriptor()); in ShouldTrace()
/art/oatdump/
Doatdump.cc716 const char* descriptor = m->GetDeclaringClassDescriptor(); in GetQuickOatCode()