Searched refs:create_pygote_space_allocator (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/ |
D | hybrid_object_allocator.cpp | 25 …tAllocator::HybridObjectAllocator(mem::MemStatsType *mem_stats, bool create_pygote_space_allocator) in HybridObjectAllocator() argument 26 : ObjectAllocatorBase(mem_stats, GCCollectMode::GC_ALL, create_pygote_space_allocator) in HybridObjectAllocator() 34 if (create_pygote_space_allocator) { in HybridObjectAllocator()
|
D | hybrid_object_allocator.h | 30 … explicit HybridObjectAllocator(mem::MemStatsType *mem_stats, bool create_pygote_space_allocator);
|
/arkcompiler/runtime_core/runtime/mem/ |
D | allocator.cpp | 35 bool create_pygote_space_allocator) in ObjectAllocatorBase() argument 38 if (create_pygote_space_allocator) { in ObjectAllocatorBase() 60 …torNoGen<MTMode>::ObjectAllocatorNoGen(MemStatsType *mem_stats, bool create_pygote_space_allocator) in ObjectAllocatorNoGen() argument 61 : ObjectAllocatorBase(mem_stats, GCCollectMode::GC_ALL, create_pygote_space_allocator) in ObjectAllocatorNoGen() 66 if (create_pygote_space_allocator) { in ObjectAllocatorNoGen() 405 bool create_pygote_space_allocator) in ObjectAllocatorGenBase() argument 406 : ObjectAllocatorBase(mem_stats, gc_collect_mode, create_pygote_space_allocator) in ObjectAllocatorGenBase() 413 if (create_pygote_space_allocator) { in ObjectAllocatorGenBase() 420 …locatorGen<MTMode>::ObjectAllocatorGen(MemStatsType *mem_stats, bool create_pygote_space_allocator) in ObjectAllocatorGen() argument 421 : ObjectAllocatorGenBase(mem_stats, GCCollectMode::GC_ALL, create_pygote_space_allocator) in ObjectAllocatorGen()
|
/arkcompiler/runtime_core/runtime/include/mem/ |
D | allocator.h | 316 bool create_pygote_space_allocator); 600 explicit ObjectAllocatorNoGen(MemStatsType *mem_stats, bool create_pygote_space_allocator); 721 bool create_pygote_space_allocator); 783 explicit ObjectAllocatorGen(MemStatsType *mem_stats, bool create_pygote_space_allocator);
|
/arkcompiler/runtime_core/runtime/mem/gc/g1/ |
D | g1-allocator.h | 48 explicit ObjectAllocatorG1(MemStatsType *mem_stats, bool create_pygote_space_allocator);
|
D | g1-allocator.cpp | 28 [[maybe_unused]] bool create_pygote_space_allocator) in ObjectAllocatorG1() argument
|