Home
last modified time | relevance | path

Searched defs:allowGC (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DMemoryUtils.spec.ts21 const allowGC = true; constant
/arkcompiler/ets_frontend/arkguard/src/utils/
DMemoryUtils.ts18 private static allowGC: boolean = typeof global.gc === 'function'; property in MemoryUtils
/arkcompiler/ets_runtime/common_components/heap/
Dheap_manager.cpp33 HeapAddress HeapManager::Allocate(size_t allocSize, AllocType allocType, bool allowGC) in Allocate()
Dheap.cpp168 HeapAddress HeapImpl::Allocate(size_t size, AllocType allocType, bool allowGC) in Allocate()
/arkcompiler/ets_runtime/ecmascript/mem/
Dsparse_space.cpp54 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()
Dheap-inl.h1082 bool allowGC = !thread->IsJitThread(); in AllocateInSOldSpace() local
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_manager.cpp562 …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()
Dregion_space.cpp237 bool allowGC = false; in AllocateNoGC() local
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_space.cpp57 uintptr_t SharedSparseSpace::Allocate(JSThread *thread, size_t size, bool allowGC) in Allocate()