Searched refs:IsAbstract (Results 1 – 22 of 22) sorted by relevance
146 if (super_method->IsAbstract() && in ResetSingleImplementationInHierarchy()317 if (verify_method->IsAbstract()) { in VerifyNonSingleImplementation()335 DCHECK((virtual_method != method_in_super) || virtual_method->IsAbstract()); in CheckVirtualMethodSingleImplementationInfo()372 if (method_in_super->IsAbstract()) { in CheckVirtualMethodSingleImplementationInfo()379 if (virtual_method->IsAbstract()) { in CheckVirtualMethodSingleImplementationInfo()421 if (virtual_method->IsAbstract()) { in CheckVirtualMethodSingleImplementationInfo()441 if (method_in_super_super->IsAbstract()) { in CheckVirtualMethodSingleImplementationInfo()478 DCHECK(interface_method->IsAbstract() || interface_method->IsDefault()); in CheckInterfaceMethodSingleImplementationInfo()484 if (implementation_method->IsAbstract()) { in CheckInterfaceMethodSingleImplementationInfo()510 DCHECK(!single_impl->IsAbstract()); in CheckInterfaceMethodSingleImplementationInfo()[all …]
417 DCHECK(!IsAbstract()) << PrettyMethod(); in SetCounter()422 DCHECK(!IsAbstract()) << PrettyMethod(); in GetCounter()427 if (LIKELY(IsAbstract() && imt_index_ != 0)) { in GetImtIndex()437 DCHECK(IsAbstract()) << PrettyMethod(); in CalculateAndSetImtIndex()
211 return !IsAbstract() && !IsDefaultConflicting(); in IsInvokable()273 bool IsAbstract() { in IsAbstract() function520 DCHECK(IsAbstract()); in SetSingleImplementation()
94 if (!IsAbstract()) { in GetSingleImplementation()148 DCHECK(IsAbstract()); in ThrowInvocationTimeError()
289 EXPECT_TRUE(klass->IsAbstract()); in AssertClass()311 if (klass->IsAbstract()) { in AssertClass()317 EXPECT_FALSE(klass->IsAbstract()); in AssertClass()322 EXPECT_TRUE(klass->IsAbstract()); in AssertClass()1431 if (!method->IsNative() && !method->IsAbstract()) { in CheckMethod()
82 if (!m.IsAbstract()) { in MakeExecutable()
703 if (method->IsAbstract()) { in GetCurrentQuickFrameInfo()
3789 if (klass->IsInterface() && dst->IsAbstract()) { in LoadMethod()6261 if (!m->IsAbstract()) { in LinkVirtualMethods()6299 DCHECK(super_class->IsAbstract() && !super_class->IsArrayClass()); in LinkVirtualMethods()6393 if (UNLIKELY(!super_method->IsAbstract())) { in LinkVirtualMethods()6572 if (current_method->IsAbstract() || in FindDefaultMethodImplementation()7617 vtable_impl->IsAbstract() && in FindMethod()7636 DCHECK(interface_method->IsAbstract()) << interface_method->PrettyMethod(); in GetOrCreateMirandaMethod()7821 } else if (translation_it->second.IsAbstract()) { in UpdateVtable()8004 if (!vtable_method->IsAbstract() && !vtable_method->IsPublic()) { in LinkInterfaceMethods()
1090 bool IsAbstract() const { in IsAbstract() function
69 if (UNLIKELY(c->IsAbstract())) { in Constructor_newInstance0()
796 klass->IsAbstract())) { in Class_newInstance()
273 } else if (klass->IsAbstract()) { in ComputeTypeCheckKind()
164 if (art_method->IsProxyMethod() || art_method->IsAbstract()) { in GetArgumentsSize()285 if (art_method->IsProxyMethod() || art_method->IsAbstract()) { in GetMaxLocals()398 if (art_method->IsProxyMethod() || art_method->IsAbstract()) { in GetMethodLocation()
1026 return !IsPrimitive() && !IsInterface() && !IsAbstract() && !IsArrayClass(); in IsInstantiableNonArray()1033 !IsAbstract<kVerifyFlags>()) || in IsInstantiable()1034 (IsAbstract<kVerifyFlags>() && IsArrayClass<kVerifyFlags>()); in IsInstantiable()
269 ALWAYS_INLINE bool IsAbstract() REQUIRES_SHARED(Locks::mutator_lock_) { in IsAbstract() function
84 if (!method->IsAbstract()) { in MakeExecutable()
205 DCHECK(!(klass->IsAbstract()) || klass->IsArrayClass()); in From()
378 if (!method.IsNative() && !method.IsAbstract()) { in SampleClassesAndExecutedMethods()
254 DCHECK(!shadow_frame.GetMethod()->IsAbstract()); in Execute()
694 if (UNLIKELY(c->IsAbstract())) { in UnstartedConstructorNewInstance0()
2370 } else if (method->IsAbstract() || method->IsClassInitializer()) { in DumpMethod()
3411 if (orig->IsAbstract()) { in CopyAndFixupMethod()