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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp1933 int cmpn; local
1934 for (cmpn = 0; cmpn < NCMPS; cmpn++) {
1935 if (cmps[cmpn] != NULL) break; // find a result
1937 if (cmpn < NCMPS) {
1951 for (cmpn = 0; cmpn < NCMPS; cmpn++)
1952 if (cmps[cmpn]
[all...]

Completed in 30 milliseconds