Home
last modified time | relevance | path

Searched defs:spaces (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/
Dregion_allocator-inl.h33 …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()
582GenerationalSpaces *spaces, in RegionHumongousAllocator()
Dregion_space.h494 …explicit RegionPool(size_t region_size, bool extend, GenerationalSpaces *spaces, InternalAllocator… in RegionPool()
/arkcompiler/runtime_core/cmake/
DPandaAssembly.cmake235 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/
DCMakeLists.txt70 set(spaces "core") variable
/arkcompiler/runtime_core/runtime/include/
Druntime_options.h221 std::vector<std::string> spaces = GetBootIntrinsicSpaces(); in CheckAndFixIntrinsicSpaces() local
/arkcompiler/runtime_core/runtime/
Druntime.cpp500 auto spaces = GetOptions().GetLoadRuntimes(); in Runtime() local