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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.cpp152 int words_for_regs = (_reg_ctr + 31)>>5; local
160 return (words_for_regs + 3 + 1) & ~1;

Completed in 32 milliseconds