Home
last modified time | relevance | path

Searched refs:next_job_id_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher.h166 JobId next_job_id_; variable
Dcompiler-dispatcher.cc181 next_job_id_(0), in CompilerDispatcher()
678 jobs_.insert(std::make_pair(next_job_id_++, std::move(job))); in InsertJob()