Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsStringType.h24 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 DetsBigIntType.h24 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 DetsObjectType.h81 void SetSuperType(ETSObjectType *super) in SetSuperType() argument
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A DtypeRelation.cpp177 bool TypeRelation::IsSupertypeOf(Type *super, Type *sub) in IsSupertypeOf() argument
H A DtypeRelation.h307 bool IsSupertypeOf(Type const *super, Type const *sub) in IsSupertypeOf() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vtable_builder.cpp130 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 Dtype_system.cpp94 Class const *super = klass->GetBase(); in ExtendBySupers() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A DdeclgenEts2Ts.cpp540 const auto *super = classDef->Super(); in GenClassDeclaration() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.cpp1917 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