Searched defs:super (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsBigIntType.h | 24 explicit ETSBigIntType(ArenaAllocator *allocator, [[maybe_unused]] ETSObjectType *super) in ETSBigIntType() 31 explicit ETSBigIntType(ArenaAllocator *allocator, ETSObjectType *super, util::StringView value) in ETSBigIntType()
|
| D | etsStringType.h | 24 explicit ETSStringType(ArenaAllocator *allocator, [[maybe_unused]] ETSObjectType *super) in ETSStringType() 31 explicit ETSStringType(ArenaAllocator *allocator, ETSObjectType *super, util::StringView value) in ETSStringType()
|
| D | etsObjectType.h | 155 void SetSuperType(ETSObjectType *super) in SetSuperType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | class_hierarchy.cpp | 367 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/ |
| D | typeRelation.cpp | 175 bool TypeRelation::IsSupertypeOf(Type *super, Type *sub) in IsSupertypeOf()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | subtyping_operator-inl.h | 108 bool SubtypingOperator::SubtypingCondition(const JSThread *thread, Suber *suber, Super *super, in SubtypingCondition()
|
| /arkcompiler/runtime_core/static_core/verification/type/ |
| D | type_system.cpp | 94 Class const *super = klass->GetBase(); in ExtendBySupers() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | declgenEts2Ts.cpp | 473 const auto *super = classDef->Super(); in GenClassDeclaration() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
| D | typeSystem.h | 687 auto super = classDef->Super(); in FillHeritages() local
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.cpp | 1250 auto *super = reinterpret_cast<ir::AstNode *>(superClass)->AsExpression(); in ClassDefinitionSetSuperClass() local
|