| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | panda_tl_containers_test.cpp | 62 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/ |
| D | internal_allocator.cpp | 270 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/ |
| D | compilerImpl.cpp | 46 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/optimizer/ir/ |
| D | graph.h | 131 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()
|
| 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/runtime_core/static_core/compiler/tests/ |
| D | inst_generator.h | 26 explicit GraphCreator(ArenaAllocator &allocator, ArenaAllocator &localAllocator) in GraphCreator()
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | es2panda.cpp | 156 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/libllvmbackend/ |
| D | llvm_aot_compiler.cpp | 723 ArenaAllocator localAllocator {SpaceType::SPACE_TYPE_COMPILER}; in AddInlineMethodByDepth() local 773 … ArenaAllocator &localAllocator, Method &method) in CreateGraph()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler.cpp | 910 …auto localAllocator = std::make_unique<ark::ArenaAllocator>(ark::SpaceType::SPACE_TYPE_COMPILER, m… in StartCompileMethod() local
|