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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp51 class AllocateArrayNode;
731 // AllocateNode and AllocateArrayNode are subclasses of CallNode because they will
830 class AllocateArrayNode : public AllocateNode { class in inherits:AllocateNode
832 AllocateArrayNode(Compile* C, const TypeFunc *atype, Node *ctrl, Node *mem, Node *abio, function in class:AllocateArrayNode
855 // Pattern-match a possible usage of AllocateArrayNode.
857 static AllocateArrayNode* Ideal_array_allocation(Node* ptr, PhaseTransform* phase) {

Completed in 157 milliseconds