Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler_test.cc393 CriticalPathSchedulingNodeSelector critical_path_selector; in TEST_F()
399 CriticalPathSchedulingNodeSelector critical_path_selector; in TEST_F()
407 CriticalPathSchedulingNodeSelector critical_path_selector; in TEST_F()
414 CriticalPathSchedulingNodeSelector critical_path_selector; in TEST_F()
Dscheduler.h478 class CriticalPathSchedulingNodeSelector : public SchedulingNodeSelector {
480 CriticalPathSchedulingNodeSelector() : prev_select_(nullptr) {} in CriticalPathSchedulingNodeSelector() function
Dscheduler.cc478 SchedulingNode* CriticalPathSchedulingNodeSelector::SelectMaterializedCondition( in SelectMaterializedCondition()
518 SchedulingNode* CriticalPathSchedulingNodeSelector::PopHighestPriorityNode( in PopHighestPriorityNode()
545 SchedulingNode* CriticalPathSchedulingNodeSelector::GetHigherPrioritySchedulingNode( in GetHigherPrioritySchedulingNode()
804 CriticalPathSchedulingNodeSelector critical_path_selector; in Run()