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

/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.hpp70 Node *hash_find(const Node*);// Find an equivalent version in hash table
353 Node *hash_find(const Node *n) { return _table.hash_find(n); } function in class:NodeHash::PhaseValues
H A DphaseX.cpp85 //------------------------------hash_find--------------------------------------
87 Node *NodeHash::hash_find( const Node *n ) { function in class:NodeHash
1252 assert( old != hash_find(old), "should already been removed" );
1714 assert( igvn->hash_find(this) != this, "Need to remove from hash before changing edges" );

Completed in 93 milliseconds