Home
last modified time | relevance | path

Searched refs:GetNameView (Results 1 – 10 of 10) 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/mirror/
Dclass.cc526 if (method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()
538 if (method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()
550 method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()
624 if (np_method->GetNameView() == name && np_method->GetSignature() == signature) { in FindClassMethodWithSignature()
637 if (method.GetNameView() == name && method.GetSignature() == signature) { in FindClassMethodWithSignature()
662 if (method.GetNameView() == name && method.GetSignature() == signature) { in FindClassMethodWithSignature()
919 if (method.GetNameView() == name && method.GetSignature() == signature) { in FindClassMethod()
/art/runtime/
Dhidden_api.cc256 member_name_ = field->GetNameView(); in MemberSignature()
265 member_name_ = method->GetNameView(); in MemberSignature()
Dart_field.h217 std::string_view GetNameView() REQUIRES_SHARED(Locks::mutator_lock_);
Dart_method.cc194 np_method->GetNameView() == GetNameView() && in ThrowInvocationTimeError()
Dart_field-inl.h331 inline std::string_view ArtField::GetNameView() { in GetNameView() function
Dart_method-inl.h432 inline std::string_view ArtMethod::GetNameView() {
Dart_method.h940 ALWAYS_INLINE std::string_view GetNameView() REQUIRES_SHARED(Locks::mutator_lock_);
Dclass_linker.cc6599 ALWAYS_INLINE std::string_view GetNameView() { in GetNameView() function in art::MethodNameAndSignatureComparator
6614 return GetNameView() == other_dex_file->GetStringView(other_mid.name_idx_) && in HasSameNameAndSignature()
/art/openjdkjvmti/
Dti_redefine.cc2627 return cand.GetNameView() == m.GetNameView() && cand.GetSignature() == m.GetSignature(); in CollectNewFieldAndMethodMappings()
2805 new_class->FindClassMethod(m.GetNameView(), m.GetSignature(), art::kRuntimePointerSize); in UpdateClassStructurally()