Home
last modified time | relevance | path

Searched defs:local_allocator (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/
Dinternal_allocator.cpp253 LocalSmallObjectAllocator *local_allocator = in FreeViaPandaAllocators() local
286 auto local_allocator = in SetUpLocalInternalAllocator() local
298 InternalAllocator::LocalSmallObjectAllocator *local_allocator, Allocator *allocator) in FinalizeLocalInternalAllocator()
312 …cator<Config>::RemoveFreePoolsForLocalInternalAllocator(LocalSmallObjectAllocator *local_allocator) in RemoveFreePoolsForLocalInternalAllocator()
/arkcompiler/runtime_core/runtime/tests/
Dpanda_tl_containers_test.cpp59 auto local_allocator = panda::ManagedThread::GetCurrent()->GetLocalInternalAllocator(); in TEST_F() local
90 auto local_allocator = panda::ManagedThread::GetCurrent()->GetLocalInternalAllocator(); in TEST_F() local
/arkcompiler/runtime_core/compiler/
Dcompile_method.cpp124 ArenaAllocator *allocator, ArenaAllocator *local_allocator, in JITCompileMethod()
184ArenaAllocator *local_allocator, bool is_dynamic, Arch *arch, const std::string &method_name, in CompileInGraph()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h125 explicit Graph(ArenaAllocator *allocator, ArenaAllocator *local_allocator, Arch arch) in Graph()
130 Graph(ArenaAllocator *allocator, ArenaAllocator *local_allocator, Arch arch, bool osr_mode) in Graph()
135 …Graph(ArenaAllocator *allocator, ArenaAllocator *local_allocator, Arch arch, bool dynamic_method, … in Graph()
141 …Graph(ArenaAllocator *allocator, ArenaAllocator *local_allocator, Arch arch, RuntimeInterface::Met… in Graph()
156 …Graph(ArenaAllocator *allocator, ArenaAllocator *local_allocator, Arch arch, RuntimeInterface::Met… in Graph()
Dgraph_cloner.cpp24 GraphCloner::GraphCloner(Graph *graph, ArenaAllocator *allocator, ArenaAllocator *local_allocator) in GraphCloner()
/arkcompiler/runtime_core/compiler/tests/
Dinst_generator.h25 explicit GraphCreator(ArenaAllocator &allocator, ArenaAllocator &local_allocator) in GraphCreator()
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp291 ArenaAllocator local_allocator {SpaceType::SPACE_TYPE_COMPILER, nullptr, true}; in OptimizeFunction() local