Searched defs:allowGC (Results 1 – 5 of 5) sorted by relevance
21 const allowGC = true; constant
18 private static allowGC: boolean = typeof global.gc === 'function'; property in MemoryUtils
52 uintptr_t SparseSpace::Allocate(size_t size, bool allowGC) in Allocate()696 uintptr_t MachineCodeSpace::Allocate(size_t size, bool allowGC) in Allocate()701 uintptr_t MachineCodeSpace::Allocate(size_t size, MachineCodeDesc *desc, bool allowGC) in Allocate()
892 bool allowGC = !thread->IsJitThread(); in AllocateInSOldSpace() local
59 uintptr_t SharedSparseSpace::Allocate(JSThread *thread, size_t size, bool allowGC) in Allocate()