Home
last modified time | relevance | path

Searched refs:pending_loads_ (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-scheduler.cc81 pending_loads_(zone), in InstructionScheduler()
94 DCHECK(pending_loads_.empty()); in StartBlock()
158 for (ScheduleGraphNode* load : pending_loads_) { in AddInstruction()
161 pending_loads_.clear(); in AddInstruction()
169 pending_loads_.push_back(new_node); in AddInstruction()
250 pending_loads_.clear(); in Schedule()
H A Dinstruction-scheduler.h229 ZoneVector<ScheduleGraphNode*> pending_loads_; member in v8::internal::compiler::final
/third_party/gn/src/gn/
H A Dloader.cc91 : pending_loads_(0), build_settings_(build_settings) { in LoaderImpl()
209 pending_loads_++; in ScheduleLoadFile()
225 pending_loads_++; in ScheduleLoadBuildConfig()
431 DCHECK_GT(pending_loads_, 0); in DecrementPendingLoads()
432 pending_loads_--; in DecrementPendingLoads()
433 if (pending_loads_ == 0 && complete_callback_) in DecrementPendingLoads()
H A Dloader.h154 // Decrements the pending_loads_ variable and issues the complete callback if
167 int pending_loads_; member in LoaderImpl

Completed in 3 milliseconds