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

/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.cpp594 return zerocon(t->basic_type());
650 //------------------------------zerocon-----------------------------------------
652 ConNode* PhaseTransform::zerocon(BasicType bt) { function in class:PhaseTransform
H A DgraphKit.hpp95 Node* null() const { return zerocon(T_OBJECT); }
103 Node* zerocon(BasicType bt) const { return _gvn.zerocon(bt); } function in class:GraphKit

Completed in 263 milliseconds