Home
last modified time | relevance | path

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

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