Searched refs:dispatchTask (Results 1 – 3 of 3) sorted by relevance
481 ES.dispatchTask(std::make_unique<SpeculateTask>(WeakThis)); in onLazyReexportsCreated()607 ES.dispatchTask(std::make_unique<SpeculateTask>(WeakThis)); in doNextSpeculativeLookup()
255 ES.dispatchTask(std::move(T)); in handleComplete()828 ES.dispatchTask(std::make_unique<MaterializationTask>( in replace()2175 dispatchTask(std::make_unique<MaterializationTask>(std::move(JMU->first), in dispatchOutstandingMUs()2325 dispatchTask(std::make_unique<LookupTask>(std::move(LS))); in OL_resumeLookupAfterGeneration()
1564 void dispatchTask(std::unique_ptr<Task> T) { in dispatchTask() function