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