| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| H A D | objectDescriptor.cpp | 34 void ObjectDescriptor::Copy(ArenaAllocator *allocator, ObjectDescriptor *copiedDesc, TypeRelation *relation, in Copy() argument
|
| H A D | constructorType.cpp | 44 Type *ConstructorType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/ |
| H A D | globalClassHandler.h | 33 explicit GlobalClassHandler(parser::ETSParser *parser, ArenaAllocator *allocator) in GlobalClassHandler() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| H A D | etsScript.h | 29 explicit ETSScript(ArenaAllocator *allocator, ArenaVector<Statement *> &&statementList, parser::Program *program) in ETSScript() argument
|
| H A D | etsStructDeclaration.h | 30 explicit ETSStructDeclaration(ClassDefinition *const def, ArenaAllocator *const allocator) in ETSStructDeclaration() argument
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| H A D | proxyProgramsCache.cpp | 21 ProxyProgramsCache::ProxyProgramsCache(ArenaAllocator *allocator) : cache_(allocator->Adapter()) {} in ProxyProgramsCache() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | spreadElement.h | 34 explicit SpreadElement(AstNodeType const nodeType, ArenaAllocator *const allocator, Expression *const argument) in SpreadElement() argument
|
| H A D | scriptFunctionSignature.cpp | 61 FunctionSignature FunctionSignature::Clone(ArenaAllocator *allocator) in Clone() argument
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| H A D | assemblyFieldProto.cpp | 33 Deserialize(const protoPanda::Field &protoField, panda::pandasm::Field &field, panda::ArenaAllocator *allocator) Deserialize() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | assertStatementBuilder.h | 27 explicit AssertStatementBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in AssertStatementBuilder() argument
|
| H A D | arrowFunctionExpressionBuilder.h | 27 explicit ArrowFunctionExpressionBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in ArrowFunctionExpressionBuilder() argument
|
| H A D | bigintLiteralBuilder.h | 27 explicit BigIntLiteralBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in BigIntLiteralBuilder() argument
|
| H A D | awaitExpressionBuilder.h | 28 explicit AwaitExpressionBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in AwaitExpressionBuilder() argument
|
| H A D | catchClauseBuilder.h | 27 explicit CatchClauseBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in CatchClauseBuilder() argument
|
| H A D | booleanLiteralBuilder.h | 27 explicit BooleanLiteralBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in BooleanLiteralBuilder() argument
|
| H A D | charLiteralBuilder.h | 27 explicit CharLiteralBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in CharLiteralBuilder() argument
|
| H A D | chainExpressionBuilder.h | 27 explicit ChainExpressionBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in ChainExpressionBuilder() argument
|
| H A D | classStaticBlockBuilder.h | 27 explicit ClassStaticBlockBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in ClassStaticBlockBuilder() argument
|
| H A D | classExpressionBuilder.h | 27 explicit ClassExpressionBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in ClassExpressionBuilder() argument
|
| H A D | decoratorBuilder.h | 27 explicit DecoratorBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in DecoratorBuilder() argument
|
| H A D | etsNewArrayInstanceExpressionBuilder.h | 27 explicit ETSNewArrayInstanceExpressionBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in ETSNewArrayInstanceExpressionBuilder() argument
|
| H A D | doWhileStatementBuilder.h | 27 explicit DoWhileStatementBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in DoWhileStatementBuilder() argument
|
| H A D | etsLaunchExpressionBuilder.h | 27 explicit ETSLaunchExpressionBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in ETSLaunchExpressionBuilder() argument
|
| H A D | etsClassLiteralBuilder.h | 27 explicit ETSClassLiteralBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in ETSClassLiteralBuilder() argument
|
| H A D | etsParameterExpressionBuilder.h | 27 explicit ETSParameterExpressionBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in ETSParameterExpressionBuilder() argument
|