Home | Sort by relevance Sort by last modified time |
/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), |