Searched defs:_insert_move_when_activated (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp540 bool _insert_move_when_activated; // true if move is inserted between _current_split_child and this interval when interval gets active the first time member in class:Interval
594 bool insert_move_when_activated() const { return _insert_move_when_activated; }
595 void set_insert_move_when_activated(bool b) { _insert_move_when_activated = b; }

Completed in 36 milliseconds