Home
last modified time | relevance | path

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

/art/test/2011-stack-walk-concurrent-instrument/
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()
/art/runtime/
Dart_method-inl.h207 inline std::string_view ArtMethod::GetNameView() { in GetNameView() function
Dart_method.h644 ALWAYS_INLINE std::string_view GetNameView() REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/mirror/
Dclass.cc570 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()
/art/openjdkjvmti/
Dti_redefine.cc2632 return cand.GetNameView() == m.GetNameView() && cand.GetSignature() == m.GetSignature(); in CollectNewFieldAndMethodMappings()
2810 new_class->FindClassMethod(m.GetNameView(), m.GetSignature(), art::kRuntimePointerSize); in UpdateClassStructurally()