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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp537 Interval* _current_split_child; // the current split child that has been active or inactive last (always stored in split parents) member in class:Interval
540 bool _insert_move_when_activated; // true if move is inserted between _current_split_child and this interval when interval gets active the first time
591 Interval* current_split_child() const { return split_parent()->_current_split_child; }
592 void make_current_split_child() { split_parent()->_current_split_child = this; }

Completed in 37 milliseconds