< prev index next > src/hotspot/share/interpreter/bytecodes.hpp
Print this page
_ifnonnull = 199, // 0xc7
_goto_w = 200, // 0xc8
_jsr_w = 201, // 0xc9
_breakpoint = 202, // 0xca
+ // value-type bytecodes
+ _aconst_init = 203, // 0xcb
+ _withfield = 204, // 0xcc
+
number_of_java_codes,
// JVM bytecodes
_fast_agetfield = number_of_java_codes,
+ _fast_qgetfield ,
_fast_bgetfield ,
_fast_cgetfield ,
_fast_dgetfield ,
_fast_fgetfield ,
_fast_igetfield ,
_fast_lgetfield ,
_fast_sgetfield ,
_fast_aputfield ,
+ _fast_qputfield ,
_fast_bputfield ,
_fast_zputfield ,
_fast_cputfield ,
_fast_dputfield ,
_fast_fputfield ,
< prev index next >