Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h205 inline std::string_view ArtMethod::GetNameView() { in GetNameView() function
Dart_method.h588 ALWAYS_INLINE std::string_view GetNameView() REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/mirror/
Dclass.cc449 if (method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()
461 if (method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()
473 method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()