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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.cpp1288 int regs_per_word = NOT_LP64(1) LP64_ONLY(2); // %%% make a global const! local
1289 out_arg_limit_per_call += methodOopDesc::extra_stack_entries() * regs_per_word;

Completed in 27 milliseconds