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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp3324 int which_arg; local
3325 for (which_arg = 0; which_arg <= 1; which_arg++) {
3326 Node* arg = args[which_arg];
3329 args[which_arg] = arg;
3333 klasses[which_arg] = _gvn.transform(kls);
3338 for (which_arg = 0; which_arg <= 1; which_arg
[all...]

Completed in 44 milliseconds