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

/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.cpp639 ConLNode* lcon = _lcons[l-_lcon_min]; local
640 if (lcon != NULL && lcon->in(TypeFunc::Control) != NULL)
641 return lcon;
643 ConLNode* lcon = (ConLNode*) uncached_makecon(TypeLong::make(l)); local
644 assert(lcon->is_Con(), "");
646 _lcons[l-_lcon_min] = lcon; // Cache small integers
647 return lcon;
H A Dmemnode.cpp3518 jlong lcon = tiles[j]; local
3519 if (!Matcher::isSimpleConstant64(lcon) &&

Completed in 80 milliseconds