Home
last modified time | relevance | path

Searched refs:CriticalPathSchedulingNodeSelector (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dscheduler_test.cc365 CriticalPathSchedulingNodeSelector critical_path_selector; in TEST_F()
371 CriticalPathSchedulingNodeSelector critical_path_selector; in TEST_F()
379 CriticalPathSchedulingNodeSelector critical_path_selector; in TEST_F()
386 CriticalPathSchedulingNodeSelector critical_path_selector; in TEST_F()
Dscheduler.cc494 SchedulingNode* CriticalPathSchedulingNodeSelector::SelectMaterializedCondition( in SelectMaterializedCondition()
534 SchedulingNode* CriticalPathSchedulingNodeSelector::PopHighestPriorityNode( in PopHighestPriorityNode()
561 SchedulingNode* CriticalPathSchedulingNodeSelector::GetHigherPrioritySchedulingNode( in GetHigherPrioritySchedulingNode()
819 CriticalPathSchedulingNodeSelector critical_path_selector; in Run()
Dscheduler.h410 class CriticalPathSchedulingNodeSelector : public SchedulingNodeSelector {
412 CriticalPathSchedulingNodeSelector() : prev_select_(nullptr) {} in CriticalPathSchedulingNodeSelector() function