< prev index next >

src/share/vm/opto/valuetypenode.hpp

Print this page

        

*** 92,102 **** int field_offset(uint index) const; ciType* field_type(uint index) const; // Replace ValueTypeNodes in debug info at safepoints with SafePointScalarObjectNodes void make_scalar_in_safepoints(Compile* C); ! uint set_arguments_for_java_call(CallJavaNode* call, int base_input, const GraphKit& kit, ciValueKlass* base_vk = NULL, int base_offset = 0); virtual Node* Ideal(PhaseGVN* phase, bool can_reshape); virtual int Opcode() const; #ifndef PRODUCT virtual void dump_spec(outputStream* st) const; --- 92,106 ---- int field_offset(uint index) const; ciType* field_type(uint index) const; // Replace ValueTypeNodes in debug info at safepoints with SafePointScalarObjectNodes void make_scalar_in_safepoints(Compile* C); ! void pass_klass(Node* n, uint pos, const GraphKit& kit); ! uint pass_fields(Node* call, int base_input, const GraphKit& kit, ciValueKlass* base_vk = NULL, int base_offset = 0); ! void replace_call_results(Node* call, Compile* C); ! ! virtual Node* Ideal(PhaseGVN* phase, bool can_reshape); virtual int Opcode() const; #ifndef PRODUCT virtual void dump_spec(outputStream* st) const;
< prev index next >