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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.cpp850 //return is_ConstraintCast() ? uncast_helper(this) : (Node*) this;
852 return uncast_helper(this);
857 //---------------------------uncast_helper-------------------------------------
858 Node* Node::uncast_helper(const Node* p) { function in class:Node
871 assert(depth_count++ < K, "infinite loop in Node::uncast_helper");

Completed in 39 milliseconds