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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp229 , non_data_bits = kind_bits + type_bits + size_bits + destroys_bits + last_use_bits + enumerator in enum:LIR_OprDesc::OprBits
231 , data_bits = BitsPerInt - non_data_bits

Completed in 109 milliseconds