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

  /art/compiler/optimizing/
scheduler.cc 422 output << "\\ncritical_path: " << node->GetCriticalPath();
534 uint32_t candidate_path = candidate->GetCriticalPath();
535 uint32_t check_path = check->GetCriticalPath();
617 uint32_t path_to_node = scheduling_node->GetCriticalPath();
scheduler.h 206 uint32_t GetCriticalPath() const { return critical_path_; }

Completed in 277 milliseconds