Home
last modified time | relevance | path

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

/art/runtime/
Dsdk_checker.cc57 dex_file->FindTypeId(art_method->GetDeclaringClassDescriptor()); in ShouldDenyAccess()
Dart_method.cc789 std::string result = GetDeclaringClassDescriptor(); in PrettyMethod()
806 return GetJniShortName(GetDeclaringClassDescriptor(), GetName()); in JniShortName()
Dart_method-inl.h166 inline const char* ArtMethod::GetDeclaringClassDescriptor() { in GetDeclaringClassDescriptor() function
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.h629 const char* GetDeclaringClassDescriptor() REQUIRES_SHARED(Locks::mutator_lock_);
Dtrace.cc840 PrettyDescriptor(method->GetDeclaringClassDescriptor()).c_str(), method->GetName(), in GetMethodLine()
Dthread.cc2941 const char* descriptor = method->GetDeclaringClassDescriptor(); in CreateStackTraceElement()
Dclass_linker.cc6601 super_method->GetDeclaringClassDescriptor()); in LinkVirtualMethods()
/art/runtime/jni/
Djava_vm_ext.cc603 std::string_view class_name(method->GetDeclaringClassDescriptor()); in ShouldTrace()
/art/oatdump/
Doatdump.cc731 const char* descriptor = m->GetDeclaringClassDescriptor(); in GetQuickOatCode()