Searched defs:spaces (Results 1 – 8 of 8) sorted by relevance
| /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/static_core/runtime/mem/ |
| D | region_allocator-inl.h | 33 …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() 732 … GenerationalSpaces *spaces, in RegionHumongousAllocator()
|
| D | region_space.h | 517 …explicit RegionPool(size_t regionSize, bool extend, GenerationalSpaces *spaces, InternalAllocatorP… in RegionPool()
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | CMakeLists.txt | 70 set(spaces "core") variable
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | CMakeLists.txt | 71 set(spaces "core") variable
|
| /arkcompiler/runtime_core/static_core/cmake/ |
| D | PandaAssembly.cmake | 503 set(spaces "core") variable 505 set(spaces "${ARG_LANGUAGE_CONTEXT}") variable
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | runtime_options.h | 181 std::vector<std::string> spaces = GetBootIntrinsicSpaces(); in CheckAndFixIntrinsicSpaces() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | runtime.cpp | 544 auto spaces = GetOptions().GetBootClassSpaces(); in Runtime() local
|