Searched refs:GetCriticalPath (Results 1 – 2 of 2) sorted by relevance
435 output << "\\ncritical_path: " << node->GetCriticalPath(); in DumpAsDotNode()547 uint32_t candidate_path = candidate->GetCriticalPath(); in GetHigherPrioritySchedulingNode()548 uint32_t check_path = check->GetCriticalPath(); in GetHigherPrioritySchedulingNode()638 uint32_t path_to_node = scheduling_node->GetCriticalPath(); in Schedule()
216 uint32_t GetCriticalPath() const { return critical_path_; } in GetCriticalPath() function