Home
last modified time | relevance | path

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

/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/static_core/runtime/mem/
Dregion_allocator-inl.h33 …AllocatorBase<LockConfigT>::RegionAllocatorBase(MemStatsType *memStats, GenerationalSpaces *spaces, in RegionAllocatorBase()
62 …AllocatorBase<LockConfigT>::RegionAllocatorBase(MemStatsType *memStats, GenerationalSpaces *spaces, in RegionAllocatorBase()
133 …tor<AllocConfigT, LockConfigT>::RegionAllocator(MemStatsType *memStats, GenerationalSpaces *spaces, in RegionAllocator()
144 …tor<AllocConfigT, LockConfigT>::RegionAllocator(MemStatsType *memStats, GenerationalSpaces *spaces, in RegionAllocator()
601 …MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, size_t initSpaceSize, boo… in RegionNonmovableAllocator()
610 …MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, RegionPool *sharedRegionP… in RegionNonmovableAllocator()
732GenerationalSpaces *spaces, in RegionHumongousAllocator()
Dregion_space.h517 …explicit RegionPool(size_t regionSize, bool extend, GenerationalSpaces *spaces, InternalAllocatorP… in RegionPool()
/arkcompiler/runtime_core/tests/checked/
DCMakeLists.txt70 set(spaces "core") variable
/arkcompiler/runtime_core/static_core/tests/checked/
DCMakeLists.txt71 set(spaces "core") variable
/arkcompiler/runtime_core/static_core/cmake/
DPandaAssembly.cmake503 set(spaces "core") variable
505 set(spaces "${ARG_LANGUAGE_CONTEXT}") variable
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_options.h181 std::vector<std::string> spaces = GetBootIntrinsicSpaces(); in CheckAndFixIntrinsicSpaces() local
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp544 auto spaces = GetOptions().GetBootClassSpaces(); in Runtime() local