Home
last modified time | relevance | path

Searched defs:isFullGC (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_concurrent_sweeper.cpp29 void SharedConcurrentSweeper::PostTask(bool isFullGC) in PostTask()
48 void SharedConcurrentSweeper::Sweep(bool isFullGC) in Sweep()
Dshared_concurrent_sweeper.h79 SweeperTask(int32_t id, SharedConcurrentSweeper *sweeper, MemSpaceType type, bool isFullGC) in SweeperTask()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler_interface.h35 bool isFullGC = true; // whether do FullGC. member