Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dscheduler.cc406 output << "\\ninternal_latency: " << node->GetInternalLatency(); in DumpAsDotNode()
604 path_to_node + predecessor->GetInternalLatency() + predecessor->GetLatency()); in Schedule()
Dscheduler.h215 uint32_t GetInternalLatency() const { return internal_latency_; } in GetInternalLatency() function