Searched defs:allowGC (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | MemoryUtils.spec.ts | 21 const allowGC = true; constant
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | MemoryUtils.ts | 18 private static allowGC: boolean = typeof global.gc === 'function'; property in MemoryUtils
|
| /arkcompiler/ets_runtime/common_components/heap/ |
| D | heap_manager.cpp | 33 HeapAddress HeapManager::Allocate(size_t allocSize, AllocType allocType, bool allowGC) in Allocate()
|
| D | heap.cpp | 168 HeapAddress HeapImpl::Allocate(size_t size, AllocType allocType, bool allowGC) in Allocate()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | sparse_space.cpp | 54 uintptr_t SparseSpace::Allocate(size_t size, bool allowGC) in Allocate() 790 uintptr_t MachineCodeSpace::Allocate(size_t size, bool allowGC) in Allocate() 796 uintptr_t MachineCodeSpace::Allocate(size_t size, MachineCodeDesc *desc, bool allowGC) in Allocate()
|
| D | heap-inl.h | 1082 bool allowGC = !thread->IsJitThread(); in AllocateInSOldSpace() local
|
| /arkcompiler/ets_runtime/common_components/heap/allocator/ |
| D | region_manager.cpp | 562 …ionManager::TakeRegion(size_t num, RegionDesc::UnitRole type, bool expectPhysicalMem, bool allowGC, in TakeRegion() 867 uintptr_t RegionManager::AllocReadOnly(size_t size, bool allowGC) in AllocReadOnly()
|
| D | region_space.cpp | 237 bool allowGC = false; in AllocateNoGC() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_space.cpp | 57 uintptr_t SharedSparseSpace::Allocate(JSThread *thread, size_t size, bool allowGC) in Allocate()
|