< prev index next >

src/share/vm/opto/machnode.hpp

Print this page

        

*** 861,871 **** init_class_id(Class_MachCall); } virtual const Type *bottom_type() const; virtual bool pinned() const { return false; } ! virtual const Type *Value( PhaseTransform *phase ) const; virtual const RegMask &in_RegMask(uint) const; virtual int ret_addr_offset() { return 0; } bool returns_long() const { return tf()->return_type() == T_LONG; } bool return_value_is_used() const; --- 861,871 ---- init_class_id(Class_MachCall); } virtual const Type *bottom_type() const; virtual bool pinned() const { return false; } ! virtual const Type* Value(PhaseGVN* phase) const; virtual const RegMask &in_RegMask(uint) const; virtual int ret_addr_offset() { return 0; } bool returns_long() const { return tf()->return_type() == T_LONG; } bool return_value_is_used() const;
< prev index next >