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

/external/v8/src/compiler/
H A Dinstruction-scheduler.h69 void set_total_latency(int latency) { total_latency_ = latency; } function in class:v8::internal::compiler::final::ScheduleGraphNode
H A Dinstruction-scheduler.cc357 node->set_total_latency(max_latency + node->latency());

Completed in 104 milliseconds