Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h164 inline const char* ArtMethod::GetDeclaringClassDescriptor() { in GetDeclaringClassDescriptor() function
Dart_method.cc808 std::string result = GetDeclaringClassDescriptor(); in PrettyMethod()
825 return GetJniShortName(GetDeclaringClassDescriptor(), GetName()); in JniShortName()
Dart_method.h578 const char* GetDeclaringClassDescriptor() REQUIRES_SHARED(Locks::mutator_lock_);
Dtrace.cc835 PrettyDescriptor(method->GetDeclaringClassDescriptor()).c_str(), method->GetName(), in GetMethodLine()
Ddebugger.cc5085 class_names.Add(m->GetDeclaringClassDescriptor(), false); in GetRecentAllocations()
5164 size_t class_name_index = class_names.IndexOf(m->GetDeclaringClassDescriptor()); in GetRecentAllocations()
/art/runtime/jni/
Djava_vm_ext.cc594 std::string_view class_name(method->GetDeclaringClassDescriptor()); in ShouldTrace()
/art/oatdump/
Doatdump.cc713 const char* descriptor = m->GetDeclaringClassDescriptor(); in GetQuickOatCode()