Home
last modified time | relevance | path

Searched refs:parallelGC (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dstw_young_gc.h37 STWYoungGC(Heap *heap, bool parallelGC);
42 void ConfigParallelGC(bool parallelGC) in ConfigParallelGC() argument
44 parallelGC_ = parallelGC; in ConfigParallelGC()
Dstw_young_gc.cpp33 STWYoungGC::STWYoungGC(Heap *heap, bool parallelGC) in STWYoungGC() argument
34 : heap_(heap), parallelGC_(parallelGC), workManager_(heap->GetWorkManager()) in STWYoungGC()