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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp535 Interval* _split_parent; // the original interval where this interval is derived from member in class:Interval
580 bool is_split_parent() const { return _split_parent == this; }
581 bool is_split_child() const { return _split_parent != this; }
582 Interval* split_parent() const { assert(_split_parent->is_split_parent(), "must be"); return _split_parent; }

Completed in 64 milliseconds