Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.h501 selector_(selector), in HScheduler()
538 SchedulingNodeSelector* const selector_; variable
Dscheduler.cc619 selector_->Reset(); in Schedule()
621 SchedulingNode* node = selector_->PopHighestPriorityNode(&candidates, scheduling_graph); in Schedule()