Searched refs:FastLockNode (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dlocknode.cpp118 FastLockNode* flock = n->as_FastLock();
137 uint FastLockNode::hash() const { return NO_HASH; }
140 uint FastLockNode::cmp( const Node &n ) const {
156 void FastLockNode::create_lock_counter(JVMState* state) {
175 // Insert a FastLockNode which takes as arguments the current thread pointer,
H A Dlocknode.hpp89 //------------------------------FastLockNode-----------------------------------
90 class FastLockNode: public CmpNode { class in inherits:CmpNode
95 FastLockNode(Node *ctrl, Node *oop, Node *box) : CmpNode(oop,box) { function in class:FastLockNode
H A Dparse.hpp342 const FastLockNode* _synch_lock; // FastLockNode for synchronized method
H A Dcallnode.hpp59 class FastLockNode;
395 void push_monitor( const FastLockNode *lock );
936 // 2 - a FastLockNode
H A DgraphKit.hpp41 class FastLockNode;
764 FastLockNode* shared_lock(Node* obj);
H A Dparse1.cpp234 // Build a bogus FastLockNode (no code will be generated) and push the
236 const FastLockNode *flock = _gvn.transform(new (C) FastLockNode( 0, lock_object, box ))->as_FastLock();
1078 // Insert a FastLockNode right after the Start which takes as arguments
1083 // becomes the second argument to the FastLockNode call. The
1084 // FastLockNode becomes the new control parent to pin it to the start.
1097 // Build the FastLockNode
H A Dnode.hpp67 class FastLockNode;
H A DgraphKit.cpp2854 FastLockNode* GraphKit::shared_lock(Node* obj) {
2870 FastLockNode * flock = _gvn.transform(new (C) FastLockNode(0, obj, box) )->as_FastLock();
H A Dcallnode.cpp1027 void SafePointNode::push_monitor(const FastLockNode *lock) {
H A Dmacro.cpp1854 FastLockNode* flock = u->as_FastLock();
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1746 declare_c2_type(FastLockNode, CmpNode) \

Completed in 107 milliseconds