Lines Matching defs:_mem2
1139 Node* _mem2;
1164 _mem2 = NULL;
1246 assert(_mem2, "must call next 1st");
1247 assert(_mem2->is_top() == (_mem2==_mm2->empty_memory()), "correct sentinel");
1248 return _mem2->is_top();
1264 assert(_mem2 == check_memory2(), "");
1265 return _mem2;
1300 _mem2 = _mm2->in((_idx < _cnt2) ? _idx : Compile::AliasIdxTop);
1310 // make sure _mem2 is filled in sensibly
1311 if (have_mm2 && _mem2->is_top()) _mem2 = _mm2->base_memory();