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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp3450 int old_subword = 0, old_long = 0, new_int = 0, new_long = 0; local
3541 --old_subword; // undo ++old_subword
3551 ++old_subword; // includes int/float, but who's counting...
3555 if ((old_subword + old_long) == 0)
3653 old_subword, old_long, new_int, new_long);
3656 old_subword, old_long, new_int, new_long);

Completed in 50 milliseconds