Home
last modified time | relevance | path

Searched defs:allowGC (Results 1 – 5 of 5) 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/ecmascript/mem/
Dsparse_space.cpp52 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()
Dheap-inl.h892 bool allowGC = !thread->IsJitThread(); in AllocateInSOldSpace() local
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_space.cpp59 uintptr_t SharedSparseSpace::Allocate(JSThread *thread, size_t size, bool allowGC) in Allocate()