< prev index next >

src/share/vm/interpreter/interpreterRuntime.hpp

Print this page

        

@@ -87,13 +87,13 @@
   static void    anewarray     (JavaThread* thread, ConstantPool* pool, int index, jint size);
   static void    multianewarray(JavaThread* thread, jint* first_size_address);
   static void    register_finalizer(JavaThread* thread, oopDesc* obj);
   static void    vdefault      (JavaThread* thread, ConstantPool* pool, int index);
   static int     vwithfield    (JavaThread* thread, ConstantPoolCache* cp_cache);
-  static void    qgetfield     (JavaThread* thread, oopDesc* value, int offset);
-  static void    qputfield     (JavaThread* thread, oopDesc* obj, oopDesc* value, int offset);
-  static void    qputstatic    (JavaThread* thread, oopDesc* value);
+  static void    qgetfield     (JavaThread* thread, oopDesc* value, int index);
+  static void    qputfield     (JavaThread* thread, oopDesc* obj, oopDesc* value, int flags);
+  static void    qputstatic    (JavaThread* thread, oopDesc* value, int offset, oopDesc* mirror);
   static void    initialize_static_value_field(JavaThread*, oopDesc* mirror, int offset);
 
   // Value Buffers support
   static void    recycle_vtbuffer(JavaThread* thread);
   static void    recycle_buffered_values(JavaThread* thread);
< prev index next >