Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc548 uint32_t check_path = check->GetCriticalPath(); in GetHigherPrioritySchedulingNode() local
550 if (check_path != candidate_path) { in GetHigherPrioritySchedulingNode()
551 return check_path < candidate_path ? check : candidate; in GetHigherPrioritySchedulingNode()