Home
last modified time | relevance | path

Searched defs:FullGC (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dfull_gc.cpp31 FullGC::FullGC(Heap *heap) : heap_(heap), workManager_(heap->GetWorkManager()) {} in FullGC() function in panda::ecmascript::FullGC
Dheap.h32 class FullGC; variable