Home
last modified time | relevance | path

Searched refs:IsAbstract (Results 1 – 24 of 24) sorted by relevance

/art/runtime/
Dcha.cc146 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 …]
Dart_method-inl.h410 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()
Dart_method.h213 return !IsAbstract() && !IsDefaultConflicting(); in IsInvokable()
303 bool IsAbstract() const { in IsAbstract() function
571 DCHECK(IsAbstract()); in SetSingleImplementation()
Dart_method.cc97 if (!IsAbstract()) { in GetSingleImplementation()
157 DCHECK(IsAbstract()); in ThrowInvocationTimeError()
Dclass_linker_test.cc290 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()
Druntime_callbacks_test.cc82 if (!m.IsAbstract()) { in MakeExecutable()
Dstack.cc791 if (method->IsAbstract()) { in GetCurrentQuickFrameInfo()
Dclass_linker.cc4026 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()
Dmethod_handles.cc696 if (target_method->IsAbstract()) { in RefineTargetMethod()
Dclass_linker.h1173 bool IsAbstract() const { in IsAbstract() function
/art/runtime/native/
Djava_lang_reflect_Constructor.cc69 if (UNLIKELY(c->IsAbstract())) { in Constructor_newInstance0()
Ddalvik_system_VMRuntime.cc742 if (!m.IsAbstract()) { in operator ()()
Djava_lang_Class.cc903 klass->IsAbstract())) { in Class_newInstance()
/art/runtime/mirror/
Dclass-inl.h1053 return !IsPrimitive() && !IsInterface() && !IsAbstract() && !IsArrayClass(); in IsInstantiableNonArray()
1060 !IsAbstract<kVerifyFlags>()) || in IsInstantiable()
1061 (IsAbstract<kVerifyFlags>() && IsArrayClass<kVerifyFlags>()); in IsInstantiable()
Dclass.h308 ALWAYS_INLINE bool IsAbstract() REQUIRES_SHARED(Locks::mutator_lock_) { in IsAbstract() function
/art/compiler/optimizing/
Dsharpening.cc304 } else if (klass->IsAbstract()) { in ComputeTypeCheckKind()
/art/dex2oat/driver/
Dcompiler_driver_test.cc84 if (!method->IsAbstract()) { in MakeExecutable()
/art/openjdkjvmti/
Dti_method.cc182 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()
/art/runtime/verifier/
Dreg_type_cache.cc210 DCHECK(!(klass->IsAbstract()) || klass->IsArrayClass()); in From()
/art/runtime/jit/
Dprofile_saver.cc384 if (!method.IsNative() && !method.IsAbstract()) { in SampleClassesAndExecutedMethods()
/art/runtime/interpreter/
Dinterpreter.cc254 DCHECK(!shadow_frame.GetMethod()->IsAbstract()); in Execute()
Dunstarted_runtime.cc643 if (UNLIKELY(c->IsAbstract())) { in UnstartedConstructorNewInstance0()
/art/oatdump/
Doatdump.cc2375 } else if (method->IsAbstract() || method->IsClassInitializer()) { in DumpMethod()
/art/dex2oat/linker/
Dimage_writer.cc3406 if (orig->IsAbstract()) { in CopyAndFixupMethod()