Home
last modified time | relevance | path

Searched defs:localAllocator (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dpanda_tl_containers_test.cpp62 auto localAllocator = ark::ManagedThread::GetCurrent()->GetLocalInternalAllocator(); in TEST_F() local
93 auto localAllocator = ark::ManagedThread::GetCurrent()->GetLocalInternalAllocator(); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dinternal_allocator.cpp270 LocalSmallObjectAllocator *localAllocator = in FreeViaPandaAllocators() local
303 auto localAllocator = in SetUpLocalInternalAllocator() local
315 InternalAllocator::LocalSmallObjectAllocator *localAllocator, Allocator *allocator) in FinalizeLocalInternalAllocator()
329 …ocator<CONFIG>::RemoveFreePoolsForLocalInternalAllocator(LocalSmallObjectAllocator *localAllocator) in RemoveFreePoolsForLocalInternalAllocator()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerImpl.cpp46 ArenaAllocator localAllocator(SpaceType::SPACE_TYPE_COMPILER, nullptr, true); in Compile() local
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dfunction.cpp55 …ion::Result Function::Compile(Arch arch, ArenaAllocator *allocator, ArenaAllocator *localAllocator) in Compile()
/arkcompiler/runtime_core/static_core/compiler/
Dinplace_task_runner.h57 void SetLocalAllocator(ArenaAllocator *localAllocator) in SetLocalAllocator()
Dbackground_task_runner.h63 void SetLocalAllocator(std::unique_ptr<ArenaAllocator> localAllocator) in SetLocalAllocator()
Dcompile_method.cpp297 auto *localAllocator = taskCtx.GetLocalAllocator(); in CompileInGraph() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.h131 explicit Graph(ArenaAllocator *allocator, ArenaAllocator *localAllocator, Arch arch) in Graph()
136 Graph(ArenaAllocator *allocator, ArenaAllocator *localAllocator, Arch arch, bool osrMode) in Graph()
141 …Graph(ArenaAllocator *allocator, ArenaAllocator *localAllocator, Arch arch, bool dynamicMethod, bo… in Graph()
147 …Graph(ArenaAllocator *allocator, ArenaAllocator *localAllocator, Arch arch, RuntimeInterface::Meth… in Graph()
160 …Graph(ArenaAllocator *allocator, ArenaAllocator *localAllocator, Arch arch, RuntimeInterface::Meth… in Graph()
Dloop_unswitcher.cpp22 …Unswitcher::LoopUnswitcher(Graph *graph, ArenaAllocator *allocator, ArenaAllocator *localAllocator) in LoopUnswitcher()
Dgraph_cloner.cpp24 GraphCloner::GraphCloner(Graph *graph, ArenaAllocator *allocator, ArenaAllocator *localAllocator) in GraphCloner()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator.h26 explicit GraphCreator(ArenaAllocator &allocator, ArenaAllocator &localAllocator) in GraphCreator()
/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp156 ArenaAllocator localAllocator(SpaceType::SPACE_TYPE_COMPILER, nullptr, true); in Compile() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Doptimize_bytecode.cpp257 ArenaAllocator localAllocator {SpaceType::SPACE_TYPE_COMPILER, nullptr, true}; in OptimizeFunction() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_aot_compiler.cpp723 ArenaAllocator localAllocator {SpaceType::SPACE_TYPE_COMPILER}; in AddInlineMethodByDepth() local
773ArenaAllocator &localAllocator, Method &method) in CreateGraph()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.cpp910 …auto localAllocator = std::make_unique<ark::ArenaAllocator>(ark::SpaceType::SPACE_TYPE_COMPILER, m… in StartCompileMethod() local