Home
last modified time | relevance | path

Searched refs:AsyncSweep (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dsparse_space.cpp137 void SparseSpace::AsyncSweep(bool isMain) in AsyncSweep() function in panda::ecmascript::SparseSpace
653 void MachineCodeSpace::AsyncSweep(bool isMain) in AsyncSweep() function in panda::ecmascript::MachineCodeSpace
656 SparseSpace::AsyncSweep(isMain); in AsyncSweep()
658 jitFort_->AsyncSweep(); in AsyncSweep()
H A Dsparse_space.h73 virtual void AsyncSweep(bool isMain);
276 void AsyncSweep(bool isMain) override;
H A Dconcurrent_sweeper.cpp72 space->AsyncSweep(isMain); in AsyncSweepSpace()
H A Djit_fort.h65 void AsyncSweep();
H A Djit_fort.cpp174 * Called from GC worker thread duing Old/Full GC Sweep (AsyncSweep). Mutex is needed
235 // concurrent sweep - only one of the AsyncSweep task will do JitFort sweep
236 void JitFort::AsyncSweep() in AsyncSweep() function in panda::ecmascript::JitFort
240 LOG_JIT(DEBUG) << "JitFort::AsyncSweep"; in AsyncSweep()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_concurrent_sweeper.cpp68 space->AsyncSweep(isMain); in AsyncSweepSpace()
H A Dshared_space.h56 void AsyncSweep(bool isMain);
H A Dshared_space.cpp216 void SharedSparseSpace::AsyncSweep(bool isMain) in AsyncSweep() function in panda::ecmascript::SharedSparseSpace

Completed in 6 milliseconds