Searched refs:candidates_ (Results 1 – 2 of 2) sorted by relevance
585 candidates_.clear(); in Schedule()589 candidates_.push_back(node); in Schedule()596 initial_candidates.assign(candidates_.begin(), candidates_.end()); in Schedule()600 while (!candidates_.empty()) { in Schedule()601 Schedule(selector_->PopHighestPriorityNode(&candidates_, scheduling_graph_)); in Schedule()623 candidates_.push_back(predecessor); in Schedule()633 candidates_.push_back(predecessor); in Schedule()
446 candidates_(allocator_->Adapter(kArenaAllocScheduler)) {} in HScheduler()491 ScopedArenaVector<SchedulingNode*> candidates_; variable