Searched defs:localAllocator (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | internal_allocator.cpp | 252 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/ |
| D | panda_tl_containers_test.cpp | 62 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/ |
| D | compilerImpl.cpp | 47 ArenaAllocator localAllocator(SpaceType::SPACE_TYPE_COMPILER, nullptr, true); in Compile() local
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| D | function.cpp | 55 …ion::Result Function::Compile(Arch arch, ArenaAllocator *allocator, ArenaAllocator *localAllocator) in Compile()
|
| /arkcompiler/runtime_core/static_core/compiler/ |
| D | inplace_task_runner.h | 57 void SetLocalAllocator(ArenaAllocator *localAllocator) in SetLocalAllocator()
|
| D | background_task_runner.h | 63 void SetLocalAllocator(std::unique_ptr<ArenaAllocator> localAllocator) in SetLocalAllocator()
|
| D | compile_method.cpp | 297 auto *localAllocator = taskCtx.GetLocalAllocator(); in CompileInGraph() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator.h | 26 explicit GraphCreator(ArenaAllocator &allocator, ArenaAllocator &localAllocator) in GraphCreator()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph.h | 130 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()
|
| D | loop_unswitcher.cpp | 22 …Unswitcher::LoopUnswitcher(Graph *graph, ArenaAllocator *allocator, ArenaAllocator *localAllocator) in LoopUnswitcher()
|
| D | graph_cloner.cpp | 24 GraphCloner::GraphCloner(Graph *graph, ArenaAllocator *allocator, ArenaAllocator *localAllocator) in GraphCloner()
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | es2panda.cpp | 85 ArenaAllocator localAllocator(SpaceType::SPACE_TYPE_COMPILER, nullptr, true); in Compile() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | optimize_bytecode.cpp | 257 ArenaAllocator localAllocator {SpaceType::SPACE_TYPE_COMPILER, nullptr, true}; in OptimizeFunction() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler.cpp | 854 auto localAllocator = in StartCompileMethod() local
|