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

  /art/compiler/optimizing/
scheduler_test.cc 354 CriticalPathSchedulingNodeSelector critical_path_selector; local
355 arm64::HSchedulerARM64 scheduler(GetScopedAllocator(), &critical_path_selector); local
360 CriticalPathSchedulingNodeSelector critical_path_selector; local
361 arm64::HSchedulerARM64 scheduler(GetScopedAllocator(), &critical_path_selector); local
368 CriticalPathSchedulingNodeSelector critical_path_selector; local
370 arm::HSchedulerARM scheduler(GetScopedAllocator(), &critical_path_selector, &arm_latency_visitor); local
375 CriticalPathSchedulingNodeSelector critical_path_selector; local
377 arm::HSchedulerARM scheduler(GetScopedAllocator(), &critical_path_selector, &arm_latency_visitor); local
scheduler.cc 780 CriticalPathSchedulingNodeSelector critical_path_selector; local
784 : static_cast<SchedulingNodeSelector*>(&critical_path_selector);

Completed in 81 milliseconds