Home
last modified time | relevance | path

Searched refs:GetNameView (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/test/2011-stack-walk-concurrent-instrument/
H A Dstack_walk_concurrent.cc47 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()
/aosp12/art/runtime/
H A Dart_method-inl.h207 inline std::string_view ArtMethod::GetNameView() { in GetNameView() function
H A Dart_method.h639 ALWAYS_INLINE std::string_view GetNameView() REQUIRES_SHARED(Locks::mutator_lock_);
/aosp12/art/runtime/mirror/
H A Dclass.cc539 if (method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()
551 if (method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()
563 method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()
/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc2636 return cand.GetNameView() == m.GetNameView() && cand.GetSignature() == m.GetSignature(); in CollectNewFieldAndMethodMappings()
2814 new_class->FindClassMethod(m.GetNameView(), m.GetSignature(), art::kRuntimePointerSize); in UpdateClassStructurally()