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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp216 , illegal_value = 7 enumerator in enum:LIR_OprDesc::OprKind
353 bool is_illegal() const { return kind_field() == illegal_value; }
354 bool is_valid() const { return kind_field() != illegal_value; }

Completed in 137 milliseconds