Home
last modified time | relevance | path

Searched defs:allowGC (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_space.cpp58 uintptr_t SharedSparseSpace::Allocate(JSThread *thread, size_t size, bool allowGC) in Allocate() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dsparse_space.cpp53 uintptr_t SparseSpace::Allocate(size_t size, bool allowGC) in Allocate() argument
671 uintptr_t MachineCodeSpace::Allocate(size_t size, bool allowGC) in Allocate() argument
676 uintptr_t MachineCodeSpace::Allocate(size_t size, MachineCodeDesc *desc, bool allowGC) in Allocate() argument
H A Dheap-inl.h883 bool allowGC = !thread->IsJitThread(); in AllocateInSOldSpace() local

Completed in 5 milliseconds