hotspot/src/share/vm/opto/node.hpp
changeset 360 21d113ecbf6a
parent 238 803c80713999
child 366 449c27706bac
equal deleted inserted replaced
357:f4edb0d9f109 360:21d113ecbf6a
   915   }
   915   }
   916   const TypeLong* find_long_type() const;
   916   const TypeLong* find_long_type() const;
   917 
   917 
   918   // These guys are called by code generated by ADLC:
   918   // These guys are called by code generated by ADLC:
   919   intptr_t get_ptr() const;
   919   intptr_t get_ptr() const;
       
   920   intptr_t get_narrowcon() const;
   920   jdouble getd() const;
   921   jdouble getd() const;
   921   jfloat getf() const;
   922   jfloat getf() const;
   922 
   923 
   923   // Nodes which are pinned into basic blocks
   924   // Nodes which are pinned into basic blocks
   924   virtual bool pinned() const { return false; }
   925   virtual bool pinned() const { return false; }