src/share/vm/opto/addnode.hpp

changeset 452
ff5961f4c095
parent 435
a61af66fc99e
child 1896
b5fdf39b9749
     1.1 --- a/src/share/vm/opto/addnode.hpp	Wed Dec 05 09:00:00 2007 -0800
     1.2 +++ b/src/share/vm/opto/addnode.hpp	Wed Dec 05 09:01:00 2007 -0800
     1.3 @@ -144,6 +144,11 @@
     1.4    static Node* Ideal_base_and_offset(Node* ptr, PhaseTransform* phase,
     1.5                                       // second return value:
     1.6                                       intptr_t& offset);
     1.7 +
     1.8 +  // Collect the AddP offset values into the elements array, giving up
     1.9 +  // if there are more than length.
    1.10 +  int unpack_offsets(Node* elements[], int length);
    1.11 +
    1.12    // Do not match base-ptr edge
    1.13    virtual uint match_edge(uint idx) const;
    1.14    static const Type *mach_bottom_type(const MachNode* n);  // used by ad_<arch>.hpp

mercurial