Home
last modified time | relevance | path

Searched defs:start_cycle (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dinstruction-scheduler.h71 int start_cycle() const { return start_cycle_; } in start_cycle() function
72 void set_start_cycle(int start_cycle) { start_cycle_ = start_cycle; } in set_start_cycle()