Home
last modified time | relevance | path

Searched defs:allocator (Results 76 - 100 of 1290) sorted by relevance

12345678910>>...52

/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DobjectDescriptor.cpp34 void ObjectDescriptor::Copy(ArenaAllocator *allocator, ObjectDescriptor *copiedDesc, TypeRelation *relation, in Copy() argument
H A DconstructorType.cpp44 Type *ConstructorType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DglobalClassHandler.h33 explicit GlobalClassHandler(parser::ETSParser *parser, ArenaAllocator *allocator) in GlobalClassHandler() argument
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsScript.h29 explicit ETSScript(ArenaAllocator *allocator, ArenaVector<Statement *> &&statementList, parser::Program *program) in ETSScript() argument
H A DetsStructDeclaration.h30 explicit ETSStructDeclaration(ClassDefinition *const def, ArenaAllocator *const allocator) in ETSStructDeclaration() argument
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DproxyProgramsCache.cpp21 ProxyProgramsCache::ProxyProgramsCache(ArenaAllocator *allocator) : cache_(allocator->Adapter()) {} in ProxyProgramsCache() argument
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DspreadElement.h34 explicit SpreadElement(AstNodeType const nodeType, ArenaAllocator *const allocator, Expression *const argument) in SpreadElement() argument
H A DscriptFunctionSignature.cpp61 FunctionSignature FunctionSignature::Clone(ArenaAllocator *allocator) in Clone() argument
/arkcompiler/ets_frontend/merge_abc/src/
H A DassemblyFieldProto.cpp33 Deserialize(const protoPanda::Field &protoField, panda::pandasm::Field &field, panda::ArenaAllocator *allocator) Deserialize() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DassertStatementBuilder.h27 explicit AssertStatementBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in AssertStatementBuilder() argument
H A DarrowFunctionExpressionBuilder.h27 explicit ArrowFunctionExpressionBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in ArrowFunctionExpressionBuilder() argument
H A DbigintLiteralBuilder.h27 explicit BigIntLiteralBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in BigIntLiteralBuilder() argument
H A DawaitExpressionBuilder.h28 explicit AwaitExpressionBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in AwaitExpressionBuilder() argument
H A DcatchClauseBuilder.h27 explicit CatchClauseBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in CatchClauseBuilder() argument
H A DbooleanLiteralBuilder.h27 explicit BooleanLiteralBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in BooleanLiteralBuilder() argument
H A DcharLiteralBuilder.h27 explicit CharLiteralBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in CharLiteralBuilder() argument
H A DchainExpressionBuilder.h27 explicit ChainExpressionBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in ChainExpressionBuilder() argument
H A DclassStaticBlockBuilder.h27 explicit ClassStaticBlockBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in ClassStaticBlockBuilder() argument
H A DclassExpressionBuilder.h27 explicit ClassExpressionBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in ClassExpressionBuilder() argument
H A DdecoratorBuilder.h27 explicit DecoratorBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in DecoratorBuilder() argument
H A DetsNewArrayInstanceExpressionBuilder.h27 explicit ETSNewArrayInstanceExpressionBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in ETSNewArrayInstanceExpressionBuilder() argument
H A DdoWhileStatementBuilder.h27 explicit DoWhileStatementBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in DoWhileStatementBuilder() argument
H A DetsLaunchExpressionBuilder.h27 explicit ETSLaunchExpressionBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in ETSLaunchExpressionBuilder() argument
H A DetsClassLiteralBuilder.h27 explicit ETSClassLiteralBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in ETSClassLiteralBuilder() argument
H A DetsParameterExpressionBuilder.h27 explicit ETSParameterExpressionBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in ETSParameterExpressionBuilder() argument

Completed in 6 milliseconds

12345678910>>...52