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

/openjdk10/hotspot/src/share/vm/opto/
H A Dmemnode.hpp1026 class GetAndAddSNode : public LoadStoreNode { class in inherits:LoadStoreNode
1028 GetAndAddSNode( Node *c, Node *mem, Node *adr, Node *val, const TypePtr* at ) : LoadStoreNode(c, mem, adr, val, at, TypeInt::SHORT, 4) { } function in class:GetAndAddSNode

Completed in 73 milliseconds