Home
last modified time | relevance | path

Searched refs:StopRequest (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dconcurrent-marking.h45 enum class StopRequest { enum
73 bool Stop(StopRequest stop_request);
Dconcurrent-marking.cc709 bool ConcurrentMarking::Stop(StopRequest stop_request) { in Stop()
715 if (stop_request != StopRequest::COMPLETE_TASKS_FOR_TESTING) { in Stop()
724 } else if (stop_request == StopRequest::PREEMPT_TASKS) { in Stop()
785 ConcurrentMarking::StopRequest::PREEMPT_TASKS)) { in PauseScope()
Dmark-compact.h602 void FinishConcurrentMarking(ConcurrentMarking::StopRequest stop_request);
Dmark-compact.cc780 FinishConcurrentMarking(ConcurrentMarking::StopRequest::PREEMPT_TASKS); in Prepare()
816 ConcurrentMarking::StopRequest stop_request) { in FinishConcurrentMarking()
1501 ConcurrentMarking::StopRequest::COMPLETE_ONGOING_TASKS); in ProcessEphemeronsUntilFixpoint()
1777 ConcurrentMarking::StopRequest::COMPLETE_ONGOING_TASKS); in MarkLiveObjects()