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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.hpp1292 bool next(bool have_mm2) { argument
1293 assert((_mm2 != NULL) == have_mm2, "use other next");
1299 if (have_mm2)
1307 bool next_non_empty(bool have_mm2) { argument
1308 while (next(have_mm2)) {
1311 if (have_mm2 && _mem2->is_top()) _mem2 = _mm2->base_memory();
1313 } else if (have_mm2 && !is_empty2()) {

Completed in 1050 milliseconds