Home
last modified time | relevance | path

Searched defs:allocator (Results 401 - 425 of 1308) sorted by relevance

1...<<11121314151617181920>>...53

/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsTypeReference.cpp102 ETSTypeReference *ETSTypeReference::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument
H A DetsUnionType.cpp104 ETSUnionType *ETSUnionType::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument
H A DetsParameterExpression.cpp200 ETSParameterExpression *ETSParameterExpression::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DbinaryExpression.cpp101 BinaryExpression *BinaryExpression::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() argument
H A DblockExpression.cpp43 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 Didentifier.cpp26 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 DtemplateLiteral.cpp42 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 DvariableDeclaration.cpp135 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 DtupleType.h30 explicit TupleType(ArenaAllocator *allocator) in TupleType() argument
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DclassBuilder.cpp44 auto *allocator = checker_->Allocator(); in Build() local
/arkcompiler/ets_frontend/merge_abc/src/
H A DassemblyProgramProto.cpp52 Deserialize(const protoPanda::Program &protoProgram, panda::pandasm::Program &program, panda::ArenaAllocator *allocator) Deserialize() argument
H A DprotobufSnapshotGenerator.cpp39 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 Dbaseline_assembler.cpp24 NativeAreaAllocator allocator; in BaselineAssembler() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Disel.h30 MPISel(MemPool &mp, MapleAllocator &allocator, CGFunc &f) : isMp(&mp), cgFunc(&f) {} in MPISel() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Ddebug_info.cpp21 DebugInfo::DebugInfo(NativeAreaAllocator* allocator, bool enable) in DebugInfo() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DpropertyBuilder.h27 explicit PropertyBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in PropertyBuilder() argument
H A DtsEnumDeclarationBuilder.h27 explicit TSEnumDeclarationBuilder(ark::ArenaAllocator *allocator) in TSEnumDeclarationBuilder() argument
H A DtsModuleDeclarationBuilder.h27 explicit TSModuleDeclarationBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in TSModuleDeclarationBuilder() argument
H A DtsPropertySignatureBuilder.h27 explicit TSPropertySignatureBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in TSPropertySignatureBuilder() argument
H A DvariableDeclarationBuilder.h27 explicit VariableDeclarationBuilder(ark::ArenaAllocator *allocator) in VariableDeclarationBuilder() argument
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dliterals.h39 explicit LiteralBuffer(ArenaAllocator *allocator) : literals_(allocator->Adapter()) {} in LiteralBuffer() argument
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.cpp33 Checker::Checker(ArenaAllocator *allocator, binder::Binder *binder) in Checker() argument
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DunionType.h27 UnionType(ArenaAllocator *allocator, std::initializer_list<Type *> types) in UnionType() argument
/arkcompiler/ets_frontend/es2panda/util/
H A DmoduleHelpers.cpp23 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 DetsDynamicType.h31 explicit ETSDynamicType(ArenaAllocator *allocator, std::tuple<util::StringView, util::StringView, Language> label, in ETSDynamicType() argument

Completed in 8 milliseconds

1...<<11121314151617181920>>...53