Searched refs:NodeHash (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.hpp53 class NodeHash : public StackObj { class in inherits:StackObj
63 NodeHash(uint est_max_size);
64 NodeHash(Arena *arena, uint est_max_size);
65 NodeHash(NodeHash *use_this_state);
67 ~NodeHash(); // Unlock all nodes upon destruction of table.
68 void operator=(const NodeHash&); // Unlock all nodes upon replacement of table.
95 void replace_with(NodeHash* nh);
340 NodeHash _table; // Hash table for value-numbering
H A DphaseX.cpp41 //------------------------------NodeHash---------------------------------------
42 NodeHash::NodeHash(uint est_max_size) : function in class:NodeHash
55 //------------------------------NodeHash---------------------------------------
56 NodeHash::NodeHash(Arena *arena, uint est_max_size) : function in class:NodeHash
70 //------------------------------NodeHash---------------------------------------
71 NodeHash::NodeHash(NodeHash *n function in class:NodeHash
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1907 declare_c2_type(NodeHash, StackObj) \

Completed in 72 milliseconds