Searched refs:GetAndSetNNode (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.hpp772 //------------------------------GetAndSetNNode---------------------------
773 class GetAndSetNNode : public LoadStoreNode { class in inherits:LoadStoreNode
775 GetAndSetNNode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at, const Type* t ) : LoadStoreNode(c, mem, adr, val, at, t, 4) { } function in class:GetAndSetNNode
H A Dlibrary_call.cpp2735 load_store = _gvn.transform(new (C) GetAndSetNNode(control(), mem, adr,

Completed in 1300 milliseconds