Lines Matching refs:gcReason
25 template<TriggerGCType gcType, GCReason gcReason>
28 SharedHeap::GetInstance()->StartConcurrentMarking(gcType, gcReason);
31 template<TriggerGCType gcType, GCReason gcReason>
32 TriggerConcurrentMarkTask<gcType, gcReason>::TriggerConcurrentMarkTask(JSThread *thread)
34 &TriggerConcurrentMarkTaskRunner<gcType, gcReason>) {}
36 template<TriggerGCType gcType, GCReason gcReason>
39 SharedHeap::GetInstance()->DaemonCollectGarbage(gcType, gcReason);
42 template<TriggerGCType gcType, GCReason gcReason>
43 TriggerCollectGarbageTask<gcType, gcReason>::TriggerCollectGarbageTask(JSThread *thread)
45 &TriggerCollectGarbageTaskRunner<gcType, gcReason>) {}