| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A 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 [all...] |
| /arkcompiler/runtime_core/static_core/compiler/ |
| H A D | inplace_task_runner.h | 57 void SetLocalAllocator(ArenaAllocator *localAllocator) in SetLocalAllocator() argument
|
| H A D | background_task_runner.h | 63 void SetLocalAllocator(std::unique_ptr<ArenaAllocator> localAllocator) in SetLocalAllocator() argument
|
| H A D | compile_method.cpp | 335 auto *localAllocator = taskCtx.GetLocalAllocator(); in CompileInGraph() local
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| H A D | function.cpp | 55 Function::Result Function::Compile(Arch arch, ArenaAllocator *allocator, ArenaAllocator *localAllocator) in Compile() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | internal_allocator.cpp | 270 LocalSmallObjectAllocator *localAllocator = in FreeViaPandaAllocators() local 303 auto localAllocator = in SetUpLocalInternalAllocator() local 314 FinalizeLocalInternalAllocator( InternalAllocator::LocalSmallObjectAllocator *localAllocator, Allocator *allocator) FinalizeLocalInternalAllocator() argument 329 RemoveFreePoolsForLocalInternalAllocator(LocalSmallObjectAllocator *localAllocator) RemoveFreePoolsForLocalInternalAllocator() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | loop_unswitcher.cpp | 22 LoopUnswitcher::LoopUnswitcher(Graph *graph, ArenaAllocator *allocator, ArenaAllocator *localAllocator) in LoopUnswitcher() argument
|
| H A D | graph_cloner.cpp | 24 GraphCloner::GraphCloner(Graph *graph, ArenaAllocator *allocator, ArenaAllocator *localAllocator) in GraphCloner() argument
|
| H A D | graph.h | 153 ArenaAllocator *localAllocator; member 159 explicit Graph(ArenaAllocator *allocator, ArenaAllocator *localAllocator, Arch arch) in Graph() argument 164 Graph(ArenaAllocator *allocator, ArenaAllocator *localAllocator, Arch arch, bool osrMode) in Graph() argument 169 Graph(ArenaAllocator *allocator, ArenaAllocator *localAllocator, Arch arch, bool dynamicMethod, bool bytecodeOpt) in Graph() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | inst_generator.h | 26 explicit GraphCreator(ArenaAllocator &allocator, ArenaAllocator &localAllocator) in GraphCreator() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| H A D | llvm_aot_compiler.cpp | 772 CreateGraph(ArenaAllocator &allocator, ArenaAllocator &localAllocator, Method &method) CreateGraph() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | compiler.cpp | 914 auto localAllocator = std::make_unique<ark::ArenaAllocator>(ark::SpaceType::SPACE_TYPE_COMPILER, memStats, true); in StartCompileMethod() local
|