Searched defs:spaces (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/runtime/mem/ |
| D | region_allocator-inl.h | 33 …llocatorBase<LockConfigT>::RegionAllocatorBase(MemStatsType *mem_stats, GenerationalSpaces *spaces, in RegionAllocatorBase() 61 …llocatorBase<LockConfigT>::RegionAllocatorBase(MemStatsType *mem_stats, GenerationalSpaces *spaces, in RegionAllocatorBase() 114 …or<AllocConfigT, LockConfigT>::RegionAllocator(MemStatsType *mem_stats, GenerationalSpaces *spaces, in RegionAllocator() 124 …or<AllocConfigT, LockConfigT>::RegionAllocator(MemStatsType *mem_stats, GenerationalSpaces *spaces, in RegionAllocator() 476 …MemStatsType *mem_stats, GenerationalSpaces *spaces, SpaceType space_type, size_t init_space_size,… in RegionNonmovableAllocator() 485 …MemStatsType *mem_stats, GenerationalSpaces *spaces, SpaceType space_type, RegionPool *shared_regi… in RegionNonmovableAllocator() 582 … GenerationalSpaces *spaces, in RegionHumongousAllocator()
|
| D | region_space.h | 494 …explicit RegionPool(size_t region_size, bool extend, GenerationalSpaces *spaces, InternalAllocator… in RegionPool()
|
| /arkcompiler/runtime_core/cmake/ |
| D | PandaAssembly.cmake | 235 set(spaces "core") variable 237 set(spaces "${ARG_LANGUAGE_CONTEXT}") variable 477 set(spaces "core") variable 479 set(spaces "${ARG_LANGUAGE_CONTEXT}") variable
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | CMakeLists.txt | 70 set(spaces "core") variable
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | runtime_options.h | 221 std::vector<std::string> spaces = GetBootIntrinsicSpaces(); in CheckAndFixIntrinsicSpaces() local
|
| /arkcompiler/runtime_core/runtime/ |
| D | runtime.cpp | 500 auto spaces = GetOptions().GetLoadRuntimes(); in Runtime() local
|