Home
last modified time | relevance | path

Searched refs:DisableParallelGC (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h102 void DisableParallelGC();
Dheap.cpp313 void Heap::DisableParallelGC() in DisableParallelGC() function in panda::ecmascript::Heap
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp143 heap_->DisableParallelGC(); in PreFork()