Searched refs:uncast_helper (Results 1 - 2 of 2) 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");
H A Dnode.hpp429 static Node* uncast_helper(const Node* n);

Completed in 42 milliseconds