Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dscheduler_test.cc328 CriticalPathSchedulingNodeSelector critical_path_selector; in TEST_F()
334 CriticalPathSchedulingNodeSelector critical_path_selector; in TEST_F()
342 CriticalPathSchedulingNodeSelector critical_path_selector; in TEST_F()
348 CriticalPathSchedulingNodeSelector critical_path_selector; in TEST_F()
H A Dscheduler.cc450 SchedulingNode* CriticalPathSchedulingNodeSelector::SelectMaterializedCondition( in SelectMaterializedCondition()
490 SchedulingNode* CriticalPathSchedulingNodeSelector::PopHighestPriorityNode( in PopHighestPriorityNode()
517 SchedulingNode* CriticalPathSchedulingNodeSelector::GetHigherPrioritySchedulingNode( in GetHigherPrioritySchedulingNode()
768 CriticalPathSchedulingNodeSelector critical_path_selector; in Run()
H A Dscheduler.h479 class CriticalPathSchedulingNodeSelector : public SchedulingNodeSelector {
481 CriticalPathSchedulingNodeSelector() : prev_select_(nullptr) {} in CriticalPathSchedulingNodeSelector() function