Home
last modified time | relevance | path

Searched refs:ProcessQueue (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/profiling/perf/
Dunwinding.cc143 task_runner_->PostTask([this] { ProcessQueue(); }); in PostProcessQueue()
151 void Unwinder::ProcessQueue() { in ProcessQueue() function in perfetto::profiling::Unwinder
189 task_runner_->PostDelayedTask([this] { ProcessQueue(); }, in ProcessQueue()
Dunwinding.h141 void ProcessQueue();
/external/v8/src/compiler/
Dscheduler.cc1415 ProcessQueue(root); in Run()
1420 void ProcessQueue(Node* root) { in ProcessQueue() function in v8::internal::compiler::ScheduleLateNodeVisitor