HomeSort by relevance Sort by last modified time
    Searched full:select_node (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
scheduler.cc 519 SchedulingNode* select_node = nullptr; local
522 select_node = SelectMaterializedCondition(nodes, graph);
524 if (select_node == nullptr) {
526 select_node = (*nodes)[0];
531 select_node = GetHigherPrioritySchedulingNode(candidate, check);
532 if (select_node == check) {
539 prev_select_ = select_node;
540 return select_node;
scheduler.h 395 SchedulingNode* select_node = (*nodes)[select]; variable
397 return select_node;

Completed in 89 milliseconds