Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsStringType.h24 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()
DetsBigIntType.h24 explicit ETSBigIntType(ArenaAllocator *allocator, [[maybe_unused]] ETSObjectType *super) in ETSBigIntType()
32 explicit ETSBigIntType(ArenaAllocator *allocator, ETSObjectType *super, TypeRelation *relation, in ETSBigIntType()
DetsObjectType.h81 void SetSuperType(ETSObjectType *super) in SetSuperType()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vtable_builder.cpp130 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/
Dclass_hierarchy.cpp293 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/
DtypeRelation.cpp178 bool TypeRelation::IsSupertypeOf(Type *super, Type *sub) in IsSupertypeOf()
/arkcompiler/runtime_core/static_core/verification/type/
Dtype_system.cpp94 Class const *super = klass->GetBase(); in ExtendBySupers() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp541 const auto *super = classDef->Super(); in GenClassDeclaration() local
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp1247 auto *super = reinterpret_cast<ir::AstNode *>(superClass)->AsExpression(); in ClassDefinitionSetSuperClass() local