| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | tsNullKeywordBuilder.h | 27 explicit TSNullKeywordBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in TSNullKeywordBuilder() argument
|
| H A D | tsObjectKeywordBuilder.h | 27 explicit TSObjectKeywordBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in TSObjectKeywordBuilder() argument
|
| H A D | tsNumberKeywordBuilder.h | 27 explicit TSNumberKeywordBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in TSNumberKeywordBuilder() argument
|
| H A D | tsStringKeywordBuilder.h | 27 explicit TSStringKeywordBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in TSStringKeywordBuilder() argument
|
| H A D | tsThisTypeBuilder.h | 27 explicit TSThisTypeBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in TSThisTypeBuilder() argument
|
| H A D | tsUndefinedKeywordBuilder.h | 27 explicit TSUndefinedKeywordBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in TSUndefinedKeywordBuilder() argument
|
| H A D | undefinedLiteralBuilder.h | 27 explicit UndefinedLiteralBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in UndefinedLiteralBuilder() argument
|
| H A D | tsUnknownKeywordBuilder.h | 27 explicit TSUnknownKeywordBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in TSUnknownKeywordBuilder() argument
|
| H A D | tsVoidKeywordBuilder.h | 27 explicit TSVoidKeywordBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in TSVoidKeywordBuilder() argument
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | tsBinding.h | 29 explicit TSBinding(ArenaAllocator *allocator, util::StringView name) in TSBinding() argument
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| H A D | tsBinding.h | 29 explicit TSBinding(ArenaAllocator *allocator, util::StringView name) in TSBinding() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | primitiveWrappers.h | 29 explicit PrimitiveWrappers(ArenaAllocator *allocator) : wrappers_(allocator->Adapter()) in PrimitiveWrappers() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| H A D | constant_folding_test.cpp | 60 ecmascript::NativeAreaAllocator allocator; in HWTEST_F_L0() local
|
| /third_party/skia/fuzz/ |
| H A D | FuzzTriangulation.cpp | 28 GrCpuVertexAllocator allocator; in DEF_FUZZ() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | work_space_chunk.cpp | 21 WorkSpaceChunk::WorkSpaceChunk(NativeAreaAllocator *allocator) : allocator_(allocator) {} in WorkSpaceChunk() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | location_mask.h | 28 explicit LocationMask(ArenaAllocator *allocator) : mask_(allocator->Adapter()), usage_(allocator->Adapter()) {} in LocationMask() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| H A D | locations.cpp | 20 LocationsInfo::LocationsInfo(ArenaAllocator *allocator, Inst *inst) in LocationsInfo() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | monitor_analysis.cpp | 73 auto allocator = GetGraph()->GetLocalAllocator(); in RunImpl() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | locations.cpp | 20 LocationsInfo::LocationsInfo(ArenaAllocator *allocator, Inst *inst) in LocationsInfo() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | location_mask.h | 25 explicit LocationMask(ArenaAllocator *allocator) : mask_(allocator->Adapter()), usage_(allocator->Adapter()) {} in LocationMask() argument
|
| /arkcompiler/runtime_core/static_core/runtime/scheduler/ |
| H A D | worker_thread.cpp | 27 auto allocator = Runtime::GetCurrent()->GetInternalAllocator(); in Create() local 53 auto allocator = Runtime::GetCurrent()->GetInternalAllocator(); in Destroy() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| H A D | objectLiteralType.cpp | 85 Type *ObjectLiteralType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() argument
|
| H A D | objectDescriptor.h | 36 explicit ObjectDescriptor(ArenaAllocator *allocator) in ObjectDescriptor() argument
|
| H A D | objectDescriptor.cpp | 34 void ObjectDescriptor::Copy(ArenaAllocator *allocator, ObjectDescriptor *copiedDesc, TypeRelation *relation, in Copy() 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
|