Lines Matching defs:dispatcher_
34 dispatcher_(dispatcher) {
35 ++dispatcher_->ref_count_;
57 if (dispatcher_->recompilation_delay_ != 0) {
59 dispatcher_->recompilation_delay_));
62 dispatcher_->CompileNext(dispatcher_->NextInput(&local_isolate),
66 base::MutexGuard lock_guard(&dispatcher_->ref_count_mutex_);
67 if (--dispatcher_->ref_count_ == 0) {
68 dispatcher_->ref_count_zero_.NotifyOne();
75 OptimizingCompileDispatcher* dispatcher_;