< prev index next >

src/share/vm/opto/valuetypenode.hpp

Print this page

        

@@ -92,11 +92,15 @@
   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);
+  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 >