Searched refs:is_single_word (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.hpp102 assert(_locals.at(i)->type()->is_single_word() ||
109 assert(x == NULL || x->type()->is_single_word() ||
134 assert(x->type()->is_single_word() ||
H A Dc1_ValueStack.cpp236 if (l->type()->is_illegal() || l->type()->is_single_word()) i ++; else i += 2;
H A Dc1_ValueType.hpp133 bool is_single_word() const { return _size == 1; } function in class:ValueType
H A Dc1_LIR.hpp393 bool is_single_word() const { assert(is_register() || is_stack(), "type check"); return check_value_mask(size_mask, single_size); } function in class:LIR_OprDesc
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp125 ((src->is_register() && src->is_single_word() && src->is_same_type(dst)) ||
1428 if (src->is_single_word()) {
1441 if (dest->is_single_word()) {

Completed in 101 milliseconds