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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp152 verify_adr_type();
188 virtual const TypePtr *adr_type() const { verify_adr_type(true); return _adr_type; }
210 void verify_adr_type(VectorSet& visited, const TypePtr* at) const;
211 void verify_adr_type(bool recursive = false) const;
213 void verify_adr_type(bool recursive = false) const {} function in class:PhiNode
H A Dcfgnode.cpp762 mem->verify_adr_type();
829 //------------------------verify_adr_type--------------------------------------
831 void PhiNode::verify_adr_type(VectorSet& visited, const TypePtr* at) const { function in class:PhiNode
835 verify_adr_type(false);
847 np->as_Phi()->verify_adr_type(visited, at);
862 void PhiNode::verify_adr_type(bool recursive) const { function in class:PhiNode
875 verify_adr_type(visited, _adr_type);

Completed in 38 milliseconds