| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| H A D | etsTypeReference.cpp | 102 ETSTypeReference *ETSTypeReference::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument
|
| H A D | etsUnionType.cpp | 104 ETSUnionType *ETSUnionType::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument
|
| H A D | etsParameterExpression.cpp | 200 ETSParameterExpression *ETSParameterExpression::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | binaryExpression.cpp | 101 BinaryExpression *BinaryExpression::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument
|
| H A D | blockExpression.cpp | 43 BlockExpression *BlockExpression::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument 34 BlockExpression([[maybe_unused]] Tag const tag, BlockExpression const &other, ArenaAllocator *const allocator) BlockExpression() argument
|
| H A D | identifier.cpp | 26 Identifier::Identifier([[maybe_unused]] Tag const tag, Identifier const &other, ArenaAllocator *const allocator) in Identifier() argument 37 Identifier *Identifier::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument
|
| H A D | templateLiteral.cpp | 42 TemplateLiteral *TemplateLiteral::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument 27 TemplateLiteral([[maybe_unused]] Tag const tag, TemplateLiteral const &other, ArenaAllocator *const allocator) TemplateLiteral() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| H A D | variableDeclaration.cpp | 135 VariableDeclaration *VariableDeclaration::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument 116 VariableDeclaration([[maybe_unused]] Tag const tag, VariableDeclaration const &other, ArenaAllocator *const allocator) VariableDeclaration() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| H A D | tupleType.h | 30 explicit TupleType(ArenaAllocator *allocator) in TupleType() argument
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ |
| H A D | classBuilder.cpp | 44 auto *allocator = checker_->Allocator(); in Build() local
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| H A D | assemblyProgramProto.cpp | 52 Deserialize(const protoPanda::Program &protoProgram, panda::pandasm::Program &program, panda::ArenaAllocator *allocator) Deserialize() argument
|
| H A D | protobufSnapshotGenerator.cpp | 39 GenerateProgram(const std::string &inputName, panda::pandasm::Program &prog, panda::ArenaAllocator *allocator) GenerateProgram() argument 57 GetCacheContext(const std::string &cacheFilePath, panda::ArenaAllocator *allocator) GetCacheContext() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_assembler.cpp | 24 NativeAreaAllocator allocator; in BaselineAssembler() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| H A D | isel.h | 30 MPISel(MemPool &mp, MapleAllocator &allocator, CGFunc &f) : isMp(&mp), cgFunc(&f) {} in MPISel() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | debug_info.cpp | 21 DebugInfo::DebugInfo(NativeAreaAllocator* allocator, bool enable) in DebugInfo() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | propertyBuilder.h | 27 explicit PropertyBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in PropertyBuilder() argument
|
| H A D | tsEnumDeclarationBuilder.h | 27 explicit TSEnumDeclarationBuilder(ark::ArenaAllocator *allocator) in TSEnumDeclarationBuilder() argument
|
| H A D | tsModuleDeclarationBuilder.h | 27 explicit TSModuleDeclarationBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in TSModuleDeclarationBuilder() argument
|
| H A D | tsPropertySignatureBuilder.h | 27 explicit TSPropertySignatureBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in TSPropertySignatureBuilder() argument
|
| H A D | variableDeclarationBuilder.h | 27 explicit VariableDeclarationBuilder(ark::ArenaAllocator *allocator) in VariableDeclarationBuilder() argument
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| H A D | literals.h | 39 explicit LiteralBuffer(ArenaAllocator *allocator) : literals_(allocator->Adapter()) {} in LiteralBuffer() argument
|
| /arkcompiler/ets_frontend/es2panda/typescript/ |
| H A D | checker.cpp | 33 Checker::Checker(ArenaAllocator *allocator, binder::Binder *binder) in Checker() argument
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| H A D | unionType.h | 27 UnionType(ArenaAllocator *allocator, std::initializer_list<Type *> types) in UnionType() argument
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | moduleHelpers.cpp | 23 CompileNpmModuleEntryList(const std::string &entriesInfo, panda::es2panda::CompilerOptions &options, std::map<std::string, panda::es2panda::util::ProgramCache*> &progsInfo, panda::ArenaAllocator *allocator) CompileNpmModuleEntryList() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| H A D | etsDynamicType.h | 31 explicit ETSDynamicType(ArenaAllocator *allocator, std::tuple<util::StringView, util::StringView, Language> label, in ETSDynamicType() argument
|