Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_evacuator.cpp156 …uator::EvacuateSpace(TlabAllocator *allocator, uint32_t threadIndex, uint32_t idOrder, bool isMain) in EvacuateSpace()
584 bool ParallelEvacuator::ProcessWorkloads(bool isMain, uint32_t threadIndex) in ProcessWorkloads()
700 bool ParallelEvacuator::EvacuateWorkload::Process([[maybe_unused]] bool isMain, [[maybe_unused]] ui… in Process()
705 bool ParallelEvacuator::UpdateRSetWorkload::Process([[maybe_unused]] bool isMain, in Process()
712 bool ParallelEvacuator::UpdateNewRegionWorkload::Process([[maybe_unused]] bool isMain, in Process()
723 bool ParallelEvacuator::UpdateAndSweepNewRegionWorkload::Process([[maybe_unused]] bool isMain, in Process()
734 bool ParallelEvacuator::UpdateNewToOldEvacuationWorkload::Process([[maybe_unused]] bool isMain, uin… in Process()
Dconcurrent_sweeper.cpp86 void ConcurrentSweeper::AsyncSweepSpace(MemSpaceType type, bool isMain) in AsyncSweepSpace()
Dsparse_space.cpp142 void SparseSpace::AsyncSweep(bool isMain) in AsyncSweep()
254 void SparseSpace::FreeRegion(Region *current, bool isMain) in FreeRegion()
274 …id SparseSpace::FreeLiveRange(Region *current, uintptr_t freeStart, uintptr_t freeEnd, bool isMain) in FreeLiveRange()
769 void MachineCodeSpace::AsyncSweep(bool isMain) in AsyncSweep()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_gc_evacuator.h88 void ProcessWorkloads(bool isMain) in ProcessWorkloads()
Dshared_concurrent_sweeper.cpp68 void SharedConcurrentSweeper::AsyncSweepSpace(MemSpaceType type, bool isMain) in AsyncSweepSpace()
Dshared_gc_evacuator.cpp94 void SharedGCEvacuator::UpdateLocalReferenceWorkload::Process([[maybe_unused]]bool isMain) in Process()
102 void SharedGCEvacuator::UpdateSharedReferenceWorkload::Process([[maybe_unused]]bool isMain) in Process()
Dshared_space.cpp219 void SharedSparseSpace::AsyncSweep(bool isMain) in AsyncSweep()
304 void SharedSparseSpace::FreeRegion(Region *current, bool isMain) in FreeRegion()
328 void SharedSparseSpace::FreeLiveRange(uintptr_t freeStart, uintptr_t freeEnd, bool isMain) in FreeLiveRange()
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp173 [[maybe_unused]] bool isMain) in Require()
/arkcompiler/jsvm/src/inspector/
Djs_native_api_v8_inspector.cpp965 explicit InspectorClient(Environment* env, bool isMain) : env(env), isMain(isMain) in InspectorClient()
1159 bool isMain; member in v8impl::InspectorClient
1177 bool isMain, in Start()