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

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp1409 int mfill = 0; local
1410 assert(marray[mfill] == m0, "sanity");
1412 mfill++; // keep m0 as marray[0], the first result
1416 if (mfill == mlen) {
1419 marray[mfill++] = fm;
1426 switch (mfill) {
1441 return mfill;

Completed in 34 milliseconds