Lines Matching defs:name

107   const std::string name(this->GetDescriptor(&name_storage));  in IsMirrored()  local
111 ObjPtr<mirror::Class> Class::GetPrimitiveClass(ObjPtr<mirror::String> name) { in GetPrimitiveClass()
377 ObjPtr<String> name = h_this->GetName(); in ComputeName() local
559 std::string_view name, in FindInterfaceMethodWithSignature()
602 ArtMethod* Class::FindInterfaceMethod(std::string_view name, in FindInterfaceMethod()
608 ArtMethod* Class::FindInterfaceMethod(std::string_view name, in FindInterfaceMethod()
620 std::string_view name = dex_file.StringViewByIdx(method_id.name_idx_); in FindInterfaceMethod() local
661 std::string_view name, in FindClassMethodWithSignature()
715 ArtMethod* Class::FindClassMethod(std::string_view name, in FindClassMethod()
721 ArtMethod* Class::FindClassMethod(std::string_view name, in FindClassMethod()
748 std::string_view name; // Delay strlen() until actually needed. in FindClassMethod() local
828 std::string_view name("<init>"); in FindConstructor() local
837 ArtMethod* Class::FindDeclaredDirectMethodByName(std::string_view name, PointerSize pointer_size) { in FindDeclaredDirectMethodByName()
847 ArtMethod* Class::FindDeclaredVirtualMethodByName(std::string_view name, PointerSize pointer_size) { in FindDeclaredVirtualMethodByName()
935 std::string_view name, in FindFieldByNameAndType()
978 ArtField* Class::FindDeclaredInstanceField(std::string_view name, std::string_view type) { in FindDeclaredInstanceField()
994 ArtField* Class::FindInstanceField(std::string_view name, std::string_view type) { in FindInstanceField()
1018 ArtField* Class::FindDeclaredStaticField(std::string_view name, std::string_view type) { in FindDeclaredStaticField()
1036 std::string_view name, in FindStaticField()
1087 std::string_view name, in FindField()
1162 ObjPtr<mirror::String> name = klass->GetName<kVerifyNone, kWithoutReadBarrier>(); in GetDescriptor() local
1454 ObjPtr<String> name, in GetDeclaredMethodInternal()