Searched defs:isMain (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | parallel_evacuator.cpp | 113 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()
|
| D | sparse_space.cpp | 135 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()
|
| D | concurrent_sweeper.cpp | 69 void ConcurrentSweeper::AsyncSweepSpace(MemSpaceType type, bool isMain) in AsyncSweepSpace()
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_concurrent_sweeper.cpp | 65 void SharedConcurrentSweeper::AsyncSweepSpace(MemSpaceType type, bool isMain) in AsyncSweepSpace()
|
| D | shared_space.cpp | 217 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/ |
| D | js_cjs_module.cpp | 172 [[maybe_unused]] bool isMain) in Require()
|