Searched defs:md2 (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | library_call.cpp | 1185 // int targetOffset, int cache_i, int md2) { 1213 // if (md2 < j+1) { 1218 // i += md2; 1256 Node* md2 = __ ConI(md2_i); local 1280 __ if_then(md2, BoolTest::lt, __ AddI(__ value(j), one)); { 1285 __ increment(i, md2); 1438 int md2 = c; local 1442 md2 = (c - 1) - i; 1446 result = string_indexOf(receiver, pat, o, cache, md2);
|
Completed in 167 milliseconds