Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-scheduler.h75 void set_total_latency(int latency) { total_latency_ = latency; } in set_total_latency() function
Dinstruction-scheduler.cc407 node->set_total_latency(max_latency + node->latency()); in ComputeTotalLatencies()