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

/openjdk7/hotspot/src/share/vm/opto/
H A Dvectornode.hpp378 //------------------------------StoreVectorNode--------------------------------
380 class StoreVectorNode : public StoreNode { class in inherits:StoreNode
382 StoreVectorNode(Node* c, Node* mem, Node* adr, const TypePtr* at, Node* val) function in class:StoreVectorNode
397 static StoreVectorNode* make(Compile* C, int opc, Node* ctl, Node* mem,

Completed in 27 milliseconds