Searched defs:isMain (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | parallel_evacuator.cpp | 156 …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()
|
| D | concurrent_sweeper.cpp | 86 void ConcurrentSweeper::AsyncSweepSpace(MemSpaceType type, bool isMain) in AsyncSweepSpace()
|
| D | sparse_space.cpp | 142 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/ |
| D | shared_gc_evacuator.h | 88 void ProcessWorkloads(bool isMain) in ProcessWorkloads()
|
| D | shared_concurrent_sweeper.cpp | 68 void SharedConcurrentSweeper::AsyncSweepSpace(MemSpaceType type, bool isMain) in AsyncSweepSpace()
|
| D | shared_gc_evacuator.cpp | 94 void SharedGCEvacuator::UpdateLocalReferenceWorkload::Process([[maybe_unused]]bool isMain) in Process() 102 void SharedGCEvacuator::UpdateSharedReferenceWorkload::Process([[maybe_unused]]bool isMain) in Process()
|
| D | shared_space.cpp | 219 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/ |
| D | js_cjs_module.cpp | 173 [[maybe_unused]] bool isMain) in Require()
|
| /arkcompiler/jsvm/src/inspector/ |
| D | js_native_api_v8_inspector.cpp | 965 explicit InspectorClient(Environment* env, bool isMain) : env(env), isMain(isMain) in InspectorClient() 1159 bool isMain; member in v8impl::InspectorClient 1177 bool isMain, in Start()
|