Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction-scheduler.h68 int start_cycle() const { return start_cycle_; } in start_cycle()
69 void set_start_cycle(int start_cycle) { start_cycle_ = start_cycle; } in set_start_cycle()
90 int start_cycle_; variable
Dinstruction-scheduler.cc21 start_cycle_(-1) { in ScheduleGraphNode()