Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/
Dinternal_allocator.cpp252 LocalSmallObjectAllocator *localAllocator = in FreeViaPandaAllocators() local
285 auto localAllocator = in SetUpLocalInternalAllocator() local
297 InternalAllocator::LocalSmallObjectAllocator *localAllocator, Allocator *allocator) in FinalizeLocalInternalAllocator()
311 …ocator<CONFIG>::RemoveFreePoolsForLocalInternalAllocator(LocalSmallObjectAllocator *localAllocator) in RemoveFreePoolsForLocalInternalAllocator()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dpanda_tl_containers_test.cpp62 auto localAllocator = panda::ManagedThread::GetCurrent()->GetLocalInternalAllocator(); in TEST_F() local
93 auto localAllocator = panda::ManagedThread::GetCurrent()->GetLocalInternalAllocator(); in TEST_F() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerImpl.cpp47 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/tests/
Dinst_generator.h26 explicit GraphCreator(ArenaAllocator &allocator, ArenaAllocator &localAllocator) in GraphCreator()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.h130 explicit Graph(ArenaAllocator *allocator, ArenaAllocator *localAllocator, Arch arch) in Graph()
135 Graph(ArenaAllocator *allocator, ArenaAllocator *localAllocator, Arch arch, bool osrMode) in Graph()
140 …Graph(ArenaAllocator *allocator, ArenaAllocator *localAllocator, Arch arch, bool dynamicMethod, bo… in Graph()
146 …Graph(ArenaAllocator *allocator, ArenaAllocator *localAllocator, Arch arch, RuntimeInterface::Meth… in Graph()
159 …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/ets_frontend/es2panda/
Des2panda.cpp85 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/runtime/
Dcompiler.cpp854 auto localAllocator = in StartCompileMethod() local