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