Searched refs:UncommitTask (Results 1 – 2 of 2) sorted by relevance
203 class UncommitTask : public CancelableTask {205 explicit UncommitTask(Isolate* isolate, MarkingDeque* marking_deque) in UncommitTask() function219 DISALLOW_COPY_AND_ASSIGN(UncommitTask);
2223 UncommitTask* task = new UncommitTask(heap_->isolate(), this); in StartUncommitTask()