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

  /external/v8/src/compiler/
instruction-scheduler.h 68 int total_latency() const { return total_latency_; }
69 void set_total_latency(int latency) { total_latency_ = latency; }
87 int total_latency_; member in class:v8::internal::compiler::final::ScheduleGraphNode
instruction-scheduler.cc 70 total_latency_(-1),

Completed in 662 milliseconds