Home
last modified time | relevance | path

Searched defs:localAllocator (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
H A 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
[all...]
/arkcompiler/runtime_core/static_core/compiler/
H A Dinplace_task_runner.h57 void SetLocalAllocator(ArenaAllocator *localAllocator) in SetLocalAllocator() argument
H A Dbackground_task_runner.h63 void SetLocalAllocator(std::unique_ptr<ArenaAllocator> localAllocator) in SetLocalAllocator() argument
H A Dcompile_method.cpp335 auto *localAllocator = taskCtx.GetLocalAllocator(); in CompileInGraph() local
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Dfunction.cpp55 Function::Result Function::Compile(Arch arch, ArenaAllocator *allocator, ArenaAllocator *localAllocator) in Compile() argument
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dinternal_allocator.cpp270 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 Dloop_unswitcher.cpp22 LoopUnswitcher::LoopUnswitcher(Graph *graph, ArenaAllocator *allocator, ArenaAllocator *localAllocator) in LoopUnswitcher() argument
H A Dgraph_cloner.cpp24 GraphCloner::GraphCloner(Graph *graph, ArenaAllocator *allocator, ArenaAllocator *localAllocator) in GraphCloner() argument
H A Dgraph.h153 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 Dinst_generator.h26 explicit GraphCreator(ArenaAllocator &allocator, ArenaAllocator &localAllocator) in GraphCreator() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_aot_compiler.cpp772 CreateGraph(ArenaAllocator &allocator, ArenaAllocator &localAllocator, Method &method) CreateGraph() argument
/arkcompiler/runtime_core/static_core/runtime/
H A Dcompiler.cpp914 auto localAllocator = std::make_unique<ark::ArenaAllocator>(ark::SpaceType::SPACE_TYPE_COMPILER, memStats, true); in StartCompileMethod() local

Completed in 13 milliseconds