Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h86 void DisableParallelGC();
Dheap.cpp293 void Heap::DisableParallelGC() in DisableParallelGC() function in panda::ecmascript::Heap
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp137 heap_->DisableParallelGC(); in PreFork()