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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp747 ALength, // array length (or TOP if none) enumerator in enum:AllocateNode::__anon300
756 fields[ALength] = TypeInt::INT; // length (can be a bad length)
840 set_req(AllocateNode::ALength, count_val);
848 return in(AllocateNode::ALength);

Completed in 35 milliseconds