Searched defs:isMain (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| H A D | shared_concurrent_sweeper.cpp | 65 void SharedConcurrentSweeper::AsyncSweepSpace(MemSpaceType type, bool isMain) in AsyncSweepSpace() argument
|
| H A D | shared_space.cpp | 216 void SharedSparseSpace::AsyncSweep(bool isMain) in AsyncSweep() argument 301 void SharedSparseSpace::FreeRegion(Region *current, bool isMain) in FreeRegion() argument 326 void SharedSparseSpace::FreeLiveRange(uintptr_t freeStart, uintptr_t freeEnd, bool isMain) in FreeLiveRange() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | concurrent_sweeper.cpp | 69 void ConcurrentSweeper::AsyncSweepSpace(MemSpaceType type, bool isMain) in AsyncSweepSpace() argument
|
| H A D | parallel_evacuator.cpp | 121 bool ParallelEvacuator::EvacuateSpace(TlabAllocator *allocator, uint32_t threadIndex, uint32_t idOrder, bool isMain) in EvacuateSpace() argument 589 bool ParallelEvacuator::ProcessWorkloads(bool isMain) in ProcessWorkloads() argument 704 bool ParallelEvacuator::EvacuateWorkload::Process([[maybe_unused]] bool isMain) in Process() argument 709 bool ParallelEvacuator::UpdateRSetWorkload::Process([[maybe_unused]] bool isMain) in Process() argument 719 bool ParallelEvacuator::UpdateNewToEdenRSetWorkload::Process([[maybe_unused]] bool isMain) in Process() argument 726 bool ParallelEvacuator::UpdateNewRegionWorkload::Process([[maybe_unused]] bool isMain) in Process() argument 736 bool ParallelEvacuator::UpdateAndSweepNewRegionWorkload::Process([[maybe_unused]] bool isMain) in Process() argument [all...] |
| H A D | sparse_space.cpp | 137 void SparseSpace::AsyncSweep(bool isMain) in AsyncSweep() argument 259 void SparseSpace::FreeRegion(Region *current, bool isMain) in FreeRegion() argument 280 void SparseSpace::FreeLiveRange(Region *current, uintptr_t freeStart, uintptr_t freeEnd, bool isMain) in FreeLiveRange() argument 653 void MachineCodeSpace::AsyncSweep(bool isMain) in AsyncSweep() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/require/ |
| H A D | js_cjs_module.cpp | 170 Require(JSThread *thread, JSHandle<EcmaString> &request, [[maybe_unused]] JSHandle<CjsModule> &parent, [[maybe_unused]] bool isMain) Require() argument
|
Completed in 6 milliseconds