< prev index next >

src/hotspot/share/c1/c1_GraphBuilder.hpp

Print this page

        

@@ -265,10 +265,16 @@
   void monitorexit(Value x, int bci);
   void new_multi_array(int dimensions);
   void throw_op(int bci);
   Value round_fp(Value fp_value);
 
+  // value types
+  void new_value_type_instance(int klass_index);
+  void withfield(int field_index);
+  void copy_value_content(ciValueKlass* vk, Value src, int src_off, Value dest, int dest_off,
+       ValueStack* state_before, bool needs_patching);
+
   // stack/code manipulation helpers
   Instruction* append_with_bci(Instruction* instr, int bci);
   Instruction* append(Instruction* instr);
   Instruction* append_split(StateSplit* instr);
 
< prev index next >