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

/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.hpp133 const Type *fast_lookup(uint i) const{assert(i<_max,"oob");return _types[i];} function
198 const Type* t = _types.fast_lookup(n->_idx);
205 return _types.fast_lookup(n->_idx);

Completed in 32 milliseconds