Searched refs:FastUnlockNode (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dlocknode.cpp146 uint FastUnlockNode::hash() const { return NO_HASH; }
149 uint FastUnlockNode::cmp( const Node &n ) const {
H A Dlocknode.hpp104 // FastLock and FastUnlockNode do not hash, we need one for each correspoding
117 //------------------------------FastUnlockNode---------------------------------
118 class FastUnlockNode: public CmpNode { class in inherits:CmpNode
120 FastUnlockNode(Node *ctrl, Node *oop, Node *box) : CmpNode(oop,box) { function in class:FastUnlockNode
128 // FastLock and FastUnlockNode do not hash, we need one for each correspoding
H A DgraphKit.hpp42 class FastUnlockNode;
H A Dmacro.cpp2305 FastUnlockNode *funlock = new (C) FastUnlockNode( ctrl, obj, box );
H A Dnode.hpp68 class FastUnlockNode;
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1747 declare_c2_type(FastUnlockNode, CmpNode) \

Completed in 60 milliseconds