src/share/vm/opto/node.hpp

changeset 5111
70120f47d403
parent 5110
6f3fd5150b67
child 5509
d1034bd8cefc
equal deleted inserted replaced
5110:6f3fd5150b67 5111:70120f47d403
963 const TypeLong* t = find_long_type(); 963 const TypeLong* t = find_long_type();
964 return (t != NULL && t->is_con()) ? t->get_con() : value_if_unknown; 964 return (t != NULL && t->is_con()) ? t->get_con() : value_if_unknown;
965 } 965 }
966 const TypeLong* find_long_type() const; 966 const TypeLong* find_long_type() const;
967 967
968 const TypePtr* get_ptr_type() const;
969
968 // These guys are called by code generated by ADLC: 970 // These guys are called by code generated by ADLC:
969 intptr_t get_ptr() const; 971 intptr_t get_ptr() const;
970 intptr_t get_narrowcon() const; 972 intptr_t get_narrowcon() const;
971 jdouble getd() const; 973 jdouble getd() const;
972 jfloat getf() const; 974 jfloat getf() const;

mercurial