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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueType.hpp134 bool is_double_word() const { return _size == 2; } function in class:ValueType
H A Dc1_LIR.hpp394 bool is_double_word() const { assert(is_register() || is_stack(), "type check"); return check_value_mask(size_mask, double_size); } function in class:LIR_OprDesc

Completed in 330 milliseconds