Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-scheduler.h77 int start_cycle() const { return start_cycle_; } in start_cycle()
78 void set_start_cycle(int start_cycle) { start_cycle_ = start_cycle; } in set_start_cycle()
99 int start_cycle_; variable
Dinstruction-scheduler.cc67 start_cycle_(-1) {} in ScheduleGraphNode()