Searched defs:spaces (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | runtime_options.h | 217 std::vector<std::string> spaces = GetBootIntrinsicSpaces(); in CheckAndFixIntrinsicSpaces() local
|
/arkcompiler/runtime_core/static_core/runtime/mem/ |
H A D | region_allocator-inl.h | 33 RegionAllocatorBase<LockConfigT>::RegionAllocatorBase(MemStatsType *memStats, GenerationalSpaces *spaces, in RegionAllocatorBase() argument 62 RegionAllocatorBase<LockConfigT>::RegionAllocatorBase(MemStatsType *memStats, GenerationalSpaces *spaces, in RegionAllocatorBase() argument 115 RegionAllocator<AllocConfigT, LockConfigT>::RegionAllocator(MemStatsType *memStats, GenerationalSpaces *spaces, in RegionAllocator() argument 126 RegionAllocator<AllocConfigT, LockConfigT>::RegionAllocator(MemStatsType *memStats, GenerationalSpaces *spaces, in RegionAllocator() argument 577 RegionNonmovableAllocator( MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, size_t initSpaceSize, bool extend) RegionNonmovableAllocator() argument 586 RegionNonmovableAllocator( MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, RegionPool *sharedRegionPool) RegionNonmovableAllocator() argument 682 RegionHumongousAllocator(MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType) RegionHumongousAllocator() argument [all...] |
H A D | region_space.h | 517 explicit RegionPool(size_t regionSize, bool extend, GenerationalSpaces *spaces, InternalAllocatorPtr allocator) in RegionPool() argument
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | runtime.cpp | 538 auto spaces = GetOptions().GetBootClassSpaces(); in Runtime() local
|
Completed in 6 milliseconds