Searched refs:IsAbstract (Results 1 – 24 of 24) 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 …]
410 DCHECK(!IsAbstract()) << PrettyMethod(); in SetCounter()415 DCHECK(!IsAbstract()) << PrettyMethod(); in GetCounter()420 if (LIKELY(IsAbstract() && imt_index_ != 0)) { in GetImtIndex()430 DCHECK(IsAbstract()) << PrettyMethod(); in CalculateAndSetImtIndex()
213 return !IsAbstract() && !IsDefaultConflicting(); in IsInvokable()303 bool IsAbstract() const { in IsAbstract() function571 DCHECK(IsAbstract()); in SetSingleImplementation()
97 if (!IsAbstract()) { in GetSingleImplementation()157 DCHECK(IsAbstract()); in ThrowInvocationTimeError()
290 EXPECT_TRUE(klass->IsAbstract()); in AssertClass()312 if (klass->IsAbstract()) { in AssertClass()318 EXPECT_FALSE(klass->IsAbstract()); in AssertClass()323 EXPECT_TRUE(klass->IsAbstract()); in AssertClass()1438 if (!method->IsNative() && !method->IsAbstract()) { in CheckMethod()
82 if (!m.IsAbstract()) { in MakeExecutable()
791 if (method->IsAbstract()) { in GetCurrentQuickFrameInfo()
4026 if (klass->IsInterface() && dst->IsAbstract()) { in LoadMethod()6526 if (!m->IsAbstract()) { in LinkVirtualMethods()6577 DCHECK(super_class->IsAbstract() && !super_class->IsArrayClass()); in LinkVirtualMethods()6671 if (UNLIKELY(!super_method->IsAbstract())) { in LinkVirtualMethods()6851 if (current_method->IsAbstract() || in FindDefaultMethodImplementation()7898 vtable_impl->IsAbstract() && in FindMethod()7917 DCHECK(interface_method->IsAbstract()) << interface_method->PrettyMethod(); in GetOrCreateMirandaMethod()8102 } else if (translation_it->second.IsAbstract()) { in UpdateVtable()8286 if (!vtable_method->IsAbstract() && !vtable_method->IsPublic()) { in LinkInterfaceMethods()
696 if (target_method->IsAbstract()) { in RefineTargetMethod()
1173 bool IsAbstract() const { in IsAbstract() function
69 if (UNLIKELY(c->IsAbstract())) { in Constructor_newInstance0()
742 if (!m.IsAbstract()) { in operator ()()
903 klass->IsAbstract())) { in Class_newInstance()
1053 return !IsPrimitive() && !IsInterface() && !IsAbstract() && !IsArrayClass(); in IsInstantiableNonArray()1060 !IsAbstract<kVerifyFlags>()) || in IsInstantiable()1061 (IsAbstract<kVerifyFlags>() && IsArrayClass<kVerifyFlags>()); in IsInstantiable()
308 ALWAYS_INLINE bool IsAbstract() REQUIRES_SHARED(Locks::mutator_lock_) { in IsAbstract() function
304 } else if (klass->IsAbstract()) { in ComputeTypeCheckKind()
84 if (!method->IsAbstract()) { in MakeExecutable()
182 if (art_method->IsProxyMethod() || art_method->IsAbstract()) { in GetArgumentsSize()303 if (art_method->IsProxyMethod() || art_method->IsAbstract()) { in GetMaxLocals()416 if (art_method->IsProxyMethod() || art_method->IsAbstract()) { in GetMethodLocation()
210 DCHECK(!(klass->IsAbstract()) || klass->IsArrayClass()); in From()
384 if (!method.IsNative() && !method.IsAbstract()) { in SampleClassesAndExecutedMethods()
254 DCHECK(!shadow_frame.GetMethod()->IsAbstract()); in Execute()
643 if (UNLIKELY(c->IsAbstract())) { in UnstartedConstructorNewInstance0()
2375 } else if (method->IsAbstract() || method->IsClassInitializer()) { in DumpMethod()
3406 if (orig->IsAbstract()) { in CopyAndFixupMethod()