Home
last modified time | relevance | path

Searched refs:start_cycle (Results 1 – 2 of 2) 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() argument
Dinstruction-scheduler.cc33 if (cycle >= (*iterator)->start_cycle()) { in PopBestCandidate()
226 std::max(successor->start_cycle(), in ScheduleBlock()