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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp1192 // int sourceEnd = sourceOffset + sourceCount - targetCountLess1;
1199 // for (int i = sourceOffset; i < sourceEnd; ) {
1261 Node* sourceEnd = __ SubI(__ AddI(sourceOffset, sourceCount), targetCountLess1); local
1268 __ loop(this, nargs, i, sourceOffset, BoolTest::lt, sourceEnd); {

Completed in 57 milliseconds