Home
last modified time | relevance | path

Searched refs:critical_path_selector (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dscheduler_test.cc141 CriticalPathSchedulingNodeSelector critical_path_selector; in TEST_F() local
142 arm64::HSchedulerARM64 scheduler(arena, &critical_path_selector); in TEST_F()
Dscheduler.cc593 CriticalPathSchedulingNodeSelector critical_path_selector; in Run() local
597 : static_cast<SchedulingNodeSelector*>(&critical_path_selector); in Run()