Searched refs:hash_find (Results 1 - 4 of 4) 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" );
H A Dloopopts.cpp116 y = _igvn.hash_find(x);
H A Dmemnode.cpp1394 y = igvn->hash_find(x);

Completed in 69 milliseconds