Home
last modified time | relevance | path

Searched defs:super (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsBigIntType.h24 explicit ETSBigIntType(ArenaAllocator *allocator, [[maybe_unused]] ETSObjectType *super) in ETSBigIntType()
31 explicit ETSBigIntType(ArenaAllocator *allocator, ETSObjectType *super, util::StringView value) in ETSBigIntType()
DetsStringType.h24 explicit ETSStringType(ArenaAllocator *allocator, [[maybe_unused]] ETSObjectType *super) in ETSStringType()
31 explicit ETSStringType(ArenaAllocator *allocator, ETSObjectType *super, util::StringView value) in ETSStringType()
DetsObjectType.h155 void SetSuperType(ETSObjectType *super) in SetSuperType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_hierarchy.cpp367 Klass *super = GetKlassFromTyIdx(superTyIdx); in IsSuperKlass() local
381 bool KlassHierarchy::IsSuperKlass(const Klass *super, const Klass *base) const in IsSuperKlass() argument
396 bool KlassHierarchy::IsSuperKlassForInterface(const Klass *super, const Klass *base) const in IsSuperKlassForInterface() argument
430 int KlassHierarchy::GetFieldIDOffsetBetweenClasses(const Klass &super, const Klass &base) const in GetFieldIDOffsetBetweenClasses() argument
807 Klass *super = klass->GetSuperKlass(); in MarkClassFlags() local
/arkcompiler/ets_frontend/ets2panda/checker/types/
DtypeRelation.cpp175 bool TypeRelation::IsSupertypeOf(Type *super, Type *sub) in IsSupertypeOf()
/arkcompiler/ets_runtime/ecmascript/
Dsubtyping_operator-inl.h108 bool SubtypingOperator::SubtypingCondition(const JSThread *thread, Suber *suber, Super *super, in SubtypingCondition()
/arkcompiler/runtime_core/static_core/verification/type/
Dtype_system.cpp94 Class const *super = klass->GetBase(); in ExtendBySupers() local
/arkcompiler/ets_frontend/ets2panda/util/
DdeclgenEts2Ts.cpp473 const auto *super = classDef->Super(); in GenClassDeclaration() local
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeSystem.h687 auto super = classDef->Super(); in FillHeritages() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp1250 auto *super = reinterpret_cast<ir::AstNode *>(superClass)->AsExpression(); in ClassDefinitionSetSuperClass() local