HomeSort by relevance Sort by last modified time
    Searched refs:CriticalPathSchedulingNodeSelector (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
scheduler_test.cc 354 CriticalPathSchedulingNodeSelector critical_path_selector;
360 CriticalPathSchedulingNodeSelector critical_path_selector;
368 CriticalPathSchedulingNodeSelector critical_path_selector;
375 CriticalPathSchedulingNodeSelector critical_path_selector;
scheduler.cc 465 SchedulingNode* CriticalPathSchedulingNodeSelector::SelectMaterializedCondition(
505 SchedulingNode* CriticalPathSchedulingNodeSelector::PopHighestPriorityNode(
532 SchedulingNode* CriticalPathSchedulingNodeSelector::GetHigherPrioritySchedulingNode(
780 CriticalPathSchedulingNodeSelector critical_path_selector;
scheduler.h 417 class CriticalPathSchedulingNodeSelector : public SchedulingNodeSelector {
419 CriticalPathSchedulingNodeSelector() : prev_select_(nullptr) {}

Completed in 66 milliseconds