Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc435 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()
639 uint32_t path_to_node = scheduling_node->GetCriticalPath(); in Schedule()
Dscheduler.h216 uint32_t GetCriticalPath() const { return critical_path_; } in GetCriticalPath() function