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

/openjdk10/hotspot/src/share/vm/opto/
H A Dmemnode.hpp982 class CompareAndExchangeSNode : public CompareAndExchangeNode { class in inherits:CompareAndExchangeNode
984 CompareAndExchangeSNode( Node *c, Node *mem, Node *adr, Node *val, Node *ex, const TypePtr* at, MemNode::MemOrd mem_ord) : CompareAndExchangeNode(c, mem, adr, val, ex, mem_ord, at, TypeInt::SHORT) { } function in class:CompareAndExchangeSNode

Completed in 59 milliseconds