Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_concurrent_sweeper.cpp65 void SharedConcurrentSweeper::AsyncSweepSpace(MemSpaceType type, bool isMain) in AsyncSweepSpace() argument
H A Dshared_space.cpp216 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 Dconcurrent_sweeper.cpp69 void ConcurrentSweeper::AsyncSweepSpace(MemSpaceType type, bool isMain) in AsyncSweepSpace() argument
H A Dparallel_evacuator.cpp121 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 Dsparse_space.cpp137 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 Djs_cjs_module.cpp170 Require(JSThread *thread, JSHandle<EcmaString> &request, [[maybe_unused]] JSHandle<CjsModule> &parent, [[maybe_unused]] bool isMain) Require() argument

Completed in 6 milliseconds