Home
last modified time | relevance | path

Searched defs:isMain (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_evacuator.cpp113 bool ParallelEvacuator::EvacuateSpace(TlabAllocator *allocator, uint32_t threadIndex, bool isMain) in EvacuateSpace()
562 bool ParallelEvacuator::ProcessWorkloads(bool isMain) in ProcessWorkloads()
600 bool ParallelEvacuator::EvacuateWorkload::Process([[maybe_unused]] bool isMain) in Process()
605 bool ParallelEvacuator::UpdateRSetWorkload::Process([[maybe_unused]] bool isMain) in Process()
615 bool ParallelEvacuator::UpdateNewToEdenRSetWorkload::Process([[maybe_unused]] bool isMain) in Process()
622 bool ParallelEvacuator::UpdateNewRegionWorkload::Process([[maybe_unused]] bool isMain) in Process()
632 bool ParallelEvacuator::UpdateAndSweepNewRegionWorkload::Process([[maybe_unused]] bool isMain) in Process()
Dsparse_space.cpp135 void SparseSpace::AsyncSweep(bool isMain) in AsyncSweep()
257 void SparseSpace::FreeRegion(Region *current, bool isMain) in FreeRegion()
278 …id SparseSpace::FreeLiveRange(Region *current, uintptr_t freeStart, uintptr_t freeEnd, bool isMain) in FreeLiveRange()
653 void MachineCodeSpace::FreeRegion(Region *current, bool isMain) in FreeRegion()
679 void MachineCodeSpace::AsyncSweep(bool isMain) in AsyncSweep()
Dconcurrent_sweeper.cpp69 void ConcurrentSweeper::AsyncSweepSpace(MemSpaceType type, bool isMain) in AsyncSweepSpace()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_concurrent_sweeper.cpp65 void SharedConcurrentSweeper::AsyncSweepSpace(MemSpaceType type, bool isMain) in AsyncSweepSpace()
Dshared_space.cpp217 void SharedSparseSpace::AsyncSweep(bool isMain) in AsyncSweep()
302 void SharedSparseSpace::FreeRegion(Region *current, bool isMain) in FreeRegion()
327 void SharedSparseSpace::FreeLiveRange(uintptr_t freeStart, uintptr_t freeEnd, bool isMain) in FreeLiveRange()
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp172 [[maybe_unused]] bool isMain) in Require()