Searched defs:super (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsStringType.h | 24 explicit ETSStringType(ArenaAllocator *allocator, [[maybe_unused]] ETSObjectType *super) in ETSStringType() 31 …explicit ETSStringType(ArenaAllocator *allocator, [[maybe_unused]] ETSObjectType *super, TypeRelat… in ETSStringType() 39 explicit ETSStringType(ArenaAllocator *allocator, ETSObjectType *super, TypeRelation *relation, in ETSStringType()
|
| D | etsBigIntType.h | 24 explicit ETSBigIntType(ArenaAllocator *allocator, [[maybe_unused]] ETSObjectType *super) in ETSBigIntType() 32 explicit ETSBigIntType(ArenaAllocator *allocator, ETSObjectType *super, TypeRelation *relation, in ETSBigIntType()
|
| D | etsObjectType.h | 81 void SetSuperType(ETSObjectType *super) in SetSuperType()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_vtable_builder.cpp | 130 static bool RefExtendsOrImplements(RefTypeLink sub, RefTypeLink super, uint32_t depth) in RefExtendsOrImplements() 161 static bool RefIsAssignableToImpl(RefTypeLink sub, RefTypeLink super, uint32_t depth) in RefIsAssignableToImpl() 192 static inline bool RefIsAssignableTo(RefTypeLink sub, RefTypeLink super) in RefIsAssignableTo()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | class_hierarchy.cpp | 293 Klass *super = GetKlassFromTyIdx(superTyIdx); in IsSuperKlass() local 307 bool KlassHierarchy::IsSuperKlass(const Klass *super, const Klass *base) const in IsSuperKlass() argument 322 bool KlassHierarchy::IsSuperKlassForInterface(const Klass *super, const Klass *base) const in IsSuperKlassForInterface() argument 356 int KlassHierarchy::GetFieldIDOffsetBetweenClasses(const Klass &super, const Klass &base) const in GetFieldIDOffsetBetweenClasses() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | typeRelation.cpp | 178 bool TypeRelation::IsSupertypeOf(Type *super, Type *sub) in IsSupertypeOf()
|
| /arkcompiler/runtime_core/static_core/verification/type/ |
| D | type_system.cpp | 94 Class const *super = klass->GetBase(); in ExtendBySupers() local
|
| /arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
| D | declgenEts2Ts.cpp | 541 const auto *super = classDef->Super(); in GenClassDeclaration() local
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.cpp | 1247 auto *super = reinterpret_cast<ir::AstNode *>(superClass)->AsExpression(); in ClassDefinitionSetSuperClass() local
|