Searched defs:super (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
H A D | etsStringType.h | 24 explicit ETSStringType(ArenaAllocator *allocator, [[maybe_unused]] ETSObjectType *super) in ETSStringType() argument 31 explicit ETSStringType(ArenaAllocator *allocator, [[maybe_unused]] ETSObjectType *super, TypeRelation *relation) in ETSStringType() argument 39 explicit ETSStringType(ArenaAllocator *allocator, ETSObjectType *super, TypeRelation *relation, in ETSStringType() argument
|
H A D | etsBigIntType.h | 24 explicit ETSBigIntType(ArenaAllocator *allocator, [[maybe_unused]] ETSObjectType *super) in ETSBigIntType() argument 32 explicit ETSBigIntType(ArenaAllocator *allocator, ETSObjectType *super, TypeRelation *relation, in ETSBigIntType() argument
|
H A D | etsObjectType.h | 81 void SetSuperType(ETSObjectType *super) in SetSuperType() argument
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ |
H A D | typeRelation.cpp | 177 bool TypeRelation::IsSupertypeOf(Type *super, Type *sub) in IsSupertypeOf() argument
|
H A D | typeRelation.h | 307 bool IsSupertypeOf(Type const *super, Type const *sub) in IsSupertypeOf() argument
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
H A D | ets_vtable_builder.cpp | 130 static bool RefExtendsOrImplements(RefTypeLink sub, RefTypeLink super, uint32_t depth) in RefExtendsOrImplements() argument 161 static bool RefIsAssignableToImpl(RefTypeLink sub, RefTypeLink super, uint32_t depth) in RefIsAssignableToImpl() argument 192 RefIsAssignableTo(RefTypeLink sub, RefTypeLink super) RefIsAssignableTo() argument [all...] |
/arkcompiler/runtime_core/static_core/verification/type/ |
H A D | type_system.cpp | 94 Class const *super = klass->GetBase(); in ExtendBySupers() local
|
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/ |
H A D | declgenEts2Ts.cpp | 540 const auto *super = classDef->Super(); in GenClassDeclaration() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | slowpath_lowering.cpp | 1917 void SlowPathLowering::CheckSuperAndNewTarget(NewObjectStubBuilder &objBuilder, GateRef super, Variable &newTarget, in CheckSuperAndNewTarget() argument 1954 GateRef super = objBuilder.GetPrototype(glue_, func); in LowerSuperCallForwardAllArgs() local 2002 GateRef super = args[1]; // 1: super constructor GenerateSuperCallForwardAllArgsWithoutArgv() local [all...] |
Completed in 11 milliseconds