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

/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.hpp72 void hash_insert(Node*); // Insert into hash table
351 void hash_insert(Node *n) { _table.hash_insert(n); } function in class:NodeHash::PhaseValues
H A DphaseX.cpp189 //------------------------------hash_insert------------------------------------
191 void NodeHash::hash_insert( Node *n ) { function in class:NodeHash
289 hash_insert(m);

Completed in 244 milliseconds