Searched refs:IsAbstract (Results 1 – 25 of 27) sorted by relevance
12
146 if (super_method->IsAbstract() && in ResetSingleImplementationInHierarchy()302 if (verify_method->IsAbstract()) { in VerifyNonSingleImplementation()320 DCHECK_IMPLIES(virtual_method == method_in_super, virtual_method->IsAbstract()); in CheckVirtualMethodSingleImplementationInfo()357 if (method_in_super->IsAbstract()) { in CheckVirtualMethodSingleImplementationInfo()364 if (virtual_method->IsAbstract()) { in CheckVirtualMethodSingleImplementationInfo()407 if (virtual_method->IsAbstract()) { in CheckVirtualMethodSingleImplementationInfo()427 if (method_in_super_super->IsAbstract()) { in CheckVirtualMethodSingleImplementationInfo()464 DCHECK(interface_method->IsAbstract() || interface_method->IsDefault()); in CheckInterfaceMethodSingleImplementationInfo()471 DCHECK(implementation_method->IsAbstract() || implementation_method->IsDefaultConflicting()); in CheckInterfaceMethodSingleImplementationInfo()518 if (method->IsAbstract()) { in InitSingleImplementationFlag()[all …]
722 DCHECK(!IsAbstract());728 if (IsAbstract()) {742 DCHECK(!IsAbstract());750 DCHECK(!IsAbstract());765 DCHECK(!IsAbstract());770 DCHECK(!IsAbstract());777 DCHECK(!IsAbstract());782 if (LIKELY(IsAbstract())) {790 DCHECK(IsAbstract()) << PrettyMethod();
317 !IsDefaultConflicting(access_flags) && !IsAbstract(access_flags));363 if (!IsIntrinsic(access_flags) && !IsAbstract(access_flags)) {371 if (IsIntrinsic(access_flags) || IsAbstract(access_flags)) {483 bool IsAbstract() const {484 return IsAbstract(GetAccessFlags());487 static bool IsAbstract(uint32_t access_flags) {820 DCHECK(IsAbstract());867 !IsAbstract(access_flags) &&
87 if (!method->IsAbstract()) { in GetImtIndex()
189 DCHECK(IsAbstract()); in ThrowInvocationTimeError()200 } else if (np_method->IsAbstract()) { in ThrowInvocationTimeError()210 DCHECK(IsAbstract()); in ThrowInvocationTimeError()
285 EXPECT_TRUE(klass->IsAbstract()); in AssertClass()308 if (klass->IsAbstract()) { in AssertClass()314 EXPECT_FALSE(klass->IsAbstract()); in AssertClass()319 EXPECT_TRUE(klass->IsAbstract()); in AssertClass()1448 if (!method->IsNative() && !method->IsAbstract()) { in CheckMethod()
82 if (!m.IsAbstract()) { in MakeExecutable()
244 DCHECK(!implementation_method->IsAbstract()); in ThrowIllegalAccessErrorForImplementingMethod()
758 if (method->IsAbstract()) { in GetCurrentQuickFrameInfo()
484 if (target_method->IsAbstract()) { in RefineTargetMethod()
3983 DCHECK(!dst->IsAbstract()); in LoadMethod()3990 DCHECK(dst->IsAbstract()); in LoadMethod()4007 DCHECK(!dst->IsAbstract()); in LoadMethod()8004 DCHECK(!new_method.IsAbstract()); in ReallocMethods()8445 it->SetState(interface_method->IsAbstract() ? CopiedMethodRecord::State::kAbstractSingle in AssignVTableIndexes()8539 if (!virtual_method->IsAbstract() && !virtual_method->IsPublic()) { in FindCopiedMethodsForInterface()8607 DCHECK_EQ(!ArtMethod::IsAbstract(access_flags), ArtMethod::IsInvokable(access_flags)); in LinkMethods()8692 bool is_klass_abstract = klass->IsAbstract(); in LinkMethods()8693 bool is_super_abstract = super_class->IsAbstract(); in LinkMethods()8709 DCHECK(super_class->IsAbstract() && !super_class->IsArrayClass()); in LinkMethods()
925 if (method->IsAbstract()) { in CopyMethodArrays()
68 if (UNLIKELY(c->IsAbstract())) { in Constructor_newInstance0()
477 if (!m.IsAbstract()) { in operator ()()
871 klass->IsAbstract())) { in Class_newInstance()
1034 return !IsPrimitive() && !IsInterface() && !IsAbstract() && !IsArrayClass(); in IsInstantiableNonArray()1041 !IsAbstract<kVerifyFlags>()) || in IsInstantiable()1042 (IsAbstract<kVerifyFlags>() && IsArrayClass<kVerifyFlags>()); in IsInstantiable()
331 ALWAYS_INLINE bool IsAbstract() REQUIRES_SHARED(Locks::mutator_lock_) { in IsAbstract() function
182 if (art_method->IsProxyMethod() || art_method->IsAbstract()) { in GetArgumentsSize()304 if (art_method->IsProxyMethod() || art_method->IsAbstract()) { in GetMaxLocals()418 if (art_method->IsProxyMethod() || art_method->IsAbstract()) { in GetMethodLocation()
85 if (!method->IsAbstract()) { in MakeExecutable()
371 } else if (klass->IsAbstract()) { in ComputeTypeCheckKind()
762 if (klass->IsAbstract() || klass->IsInterface()) { in ResolveMethodFromInlineCache()
280 if (!resolved_method->IsAbstract()) { in NterpGetMethod()
210 DCHECK_IMPLIES(klass->IsAbstract(), klass->IsArrayClass()); in From()
257 DCHECK(!shadow_frame.GetMethod()->IsAbstract()); in Execute()
687 if (UNLIKELY(c->IsAbstract())) { in UnstartedConstructorNewInstance0()