Searched refs:GetNameView (Results 1 – 5 of 5) sorted by relevance
47 if (GetMethod()->GetNameView() == "$noinline$f") { in VisitFrame()50 } else if (GetMethod()->GetNameView() == "$noinline$g") { in VisitFrame()54 } else if (GetMethod()->GetNameView() == "$noinline$h") { in VisitFrame()
207 inline std::string_view ArtMethod::GetNameView() { in GetNameView() function
644 ALWAYS_INLINE std::string_view GetNameView() REQUIRES_SHARED(Locks::mutator_lock_);
570 if (method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()582 if (method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()594 method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()
2632 return cand.GetNameView() == m.GetNameView() && cand.GetSignature() == m.GetSignature(); in CollectNewFieldAndMethodMappings()2810 new_class->FindClassMethod(m.GetNameView(), m.GetSignature(), art::kRuntimePointerSize); in UpdateClassStructurally()