Home
last modified time | relevance | path

Searched defs:allocator (Results 51 - 75 of 1221) sorted by relevance

12345678910>>...49

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsNullKeywordBuilder.h27 explicit TSNullKeywordBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in TSNullKeywordBuilder() argument
H A DtsObjectKeywordBuilder.h27 explicit TSObjectKeywordBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in TSObjectKeywordBuilder() argument
H A DtsNumberKeywordBuilder.h27 explicit TSNumberKeywordBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in TSNumberKeywordBuilder() argument
H A DtsStringKeywordBuilder.h27 explicit TSStringKeywordBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in TSStringKeywordBuilder() argument
H A DtsThisTypeBuilder.h27 explicit TSThisTypeBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in TSThisTypeBuilder() argument
H A DtsUndefinedKeywordBuilder.h27 explicit TSUndefinedKeywordBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in TSUndefinedKeywordBuilder() argument
H A DundefinedLiteralBuilder.h27 explicit UndefinedLiteralBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in UndefinedLiteralBuilder() argument
H A DtsUnknownKeywordBuilder.h27 explicit TSUnknownKeywordBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in TSUnknownKeywordBuilder() argument
H A DtsVoidKeywordBuilder.h27 explicit TSVoidKeywordBuilder(ark::ArenaAllocator *allocator) : AstBuilder(allocator) {} in TSVoidKeywordBuilder() argument
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DtsBinding.h29 explicit TSBinding(ArenaAllocator *allocator, util::StringView name) in TSBinding() argument
/arkcompiler/ets_frontend/es2panda/binder/
H A DtsBinding.h29 explicit TSBinding(ArenaAllocator *allocator, util::StringView name) in TSBinding() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DprimitiveWrappers.h29 explicit PrimitiveWrappers(ArenaAllocator *allocator) : wrappers_(allocator->Adapter()) in PrimitiveWrappers() argument
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dconstant_folding_test.cpp60 ecmascript::NativeAreaAllocator allocator; in HWTEST_F_L0() local
/third_party/skia/fuzz/
H A DFuzzTriangulation.cpp28 GrCpuVertexAllocator allocator; in DEF_FUZZ() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dwork_space_chunk.cpp21 WorkSpaceChunk::WorkSpaceChunk(NativeAreaAllocator *allocator) : allocator_(allocator) {} in WorkSpaceChunk() argument
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dlocation_mask.h28 explicit LocationMask(ArenaAllocator *allocator) : mask_(allocator->Adapter()), usage_(allocator->Adapter()) {} in LocationMask() argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dlocations.cpp20 LocationsInfo::LocationsInfo(ArenaAllocator *allocator, Inst *inst) in LocationsInfo() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dmonitor_analysis.cpp73 auto allocator = GetGraph()->GetLocalAllocator(); in RunImpl() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dlocations.cpp20 LocationsInfo::LocationsInfo(ArenaAllocator *allocator, Inst *inst) in LocationsInfo() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dlocation_mask.h25 explicit LocationMask(ArenaAllocator *allocator) : mask_(allocator->Adapter()), usage_(allocator->Adapter()) {} in LocationMask() argument
/arkcompiler/runtime_core/static_core/runtime/scheduler/
H A Dworker_thread.cpp27 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 DobjectLiteralType.cpp85 Type *ObjectLiteralType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() argument
H A DobjectDescriptor.h36 explicit ObjectDescriptor(ArenaAllocator *allocator) in ObjectDescriptor() argument
H A DobjectDescriptor.cpp34 void ObjectDescriptor::Copy(ArenaAllocator *allocator, ObjectDescriptor *copiedDesc, TypeRelation *relation, in Copy() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DglobalClassHandler.h33 explicit GlobalClassHandler(parser::ETSParser *parser, ArenaAllocator *allocator) in GlobalClassHandler() argument

Completed in 6 milliseconds

12345678910>>...49