Searched defs:local_allocator (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/runtime/mem/ |
| D | internal_allocator.cpp | 253 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/ |
| D | panda_tl_containers_test.cpp | 59 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/ |
| D | compile_method.cpp | 124 ArenaAllocator *allocator, ArenaAllocator *local_allocator, in JITCompileMethod() 184 … ArenaAllocator *local_allocator, bool is_dynamic, Arch *arch, const std::string &method_name, in CompileInGraph()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph.h | 125 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()
|
| D | graph_cloner.cpp | 24 GraphCloner::GraphCloner(Graph *graph, ArenaAllocator *allocator, ArenaAllocator *local_allocator) in GraphCloner()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | inst_generator.h | 25 explicit GraphCreator(ArenaAllocator &allocator, ArenaAllocator &local_allocator) in GraphCreator()
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | optimize_bytecode.cpp | 291 ArenaAllocator local_allocator {SpaceType::SPACE_TYPE_COMPILER, nullptr, true}; in OptimizeFunction() local
|