Home
last modified time | relevance | path

Searched refs:ARRAY_CLASS (Results 1 – 7 of 7) sorted by relevance

/ark/runtime_core/runtime/include/
Dclass_root.h50 ARRAY_CLASS, enumerator
/ark/runtime_core/runtime/core/
Dcore_class_linker_extension.cpp85 InitializeArrayClassRoot(ClassRoot::ARRAY_CLASS, ClassRoot::CLASS, in InitializeImpl()
171 case ClassRoot::ARRAY_CLASS: in GetClassVTableSize()
217 case ClassRoot::ARRAY_CLASS: in GetClassIMTSize()
263 case ClassRoot::ARRAY_CLASS: in GetClassSize()
/ark/runtime_core/verification/absint/
Dpanda_types.cpp205 ASSERT(klass.flags[CachedClass::Flag::ARRAY_CLASS]); in TypeOfArray()
246 if (klass.flags[CachedClass::Flag::ARRAY_CLASS]) { in TypeOf()
Dabs_int_inl.h2438 …if (klass->flags[CachedClass::Flag::ARRAY_CLASS] && ctor->flags[CachedMethod::Flag::ARRAY_CONSTRUC… in CheckCtor()
/ark/runtime_core/runtime/
Ddyn_class_linker_extension.cpp128 case ClassRoot::ARRAY_CLASS: in GetClassSize()
/ark/runtime_core/verification/job_queue/
Dcache.h234 ARRAY_CLASS, enumerator
250 … Flag::ENUM, Flag::ARRAY_CLASS, Flag::OBJECT_ARRAY_CLASS, Flag::STRING_CLASS,
Dcache.cpp300 array.flags[CacheOfRuntimeThings::CachedClass::Flag::ARRAY_CLASS] = true; in AddArray()
896 if (cached_class.flags[CacheOfRuntimeThings::CachedClass::Flag::ARRAY_CLASS]) { in Link()
1101 if (class_ref.flags[CachedClass::Flag::ARRAY_CLASS]) { in ResolveMethod()