Searched refs:_insert_move_when_activated (Results 1 - 2 of 2) 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; }
H A Dc1_LinearScan.cpp4084 _insert_move_when_activated(false),

Completed in 62 milliseconds