< prev index next >

src/hotspot/share/runtime/vmStructs.cpp

Print this page




 278   nonstatic_field(vtableEntry,                 _method,                                       Method*)                               \
 279   nonstatic_field(MethodData,                  _size,                                         int)                                   \
 280   nonstatic_field(MethodData,                  _method,                                       Method*)                               \
 281   nonstatic_field(MethodData,                  _data_size,                                    int)                                   \
 282   nonstatic_field(MethodData,                  _data[0],                                      intptr_t)                              \
 283   nonstatic_field(MethodData,                  _parameters_type_data_di,                      int)                                   \
 284   nonstatic_field(MethodData,                  _nof_decompiles,                               uint)                                  \
 285   nonstatic_field(MethodData,                  _nof_overflow_recompiles,                      uint)                                  \
 286   nonstatic_field(MethodData,                  _nof_overflow_traps,                           uint)                                  \
 287   nonstatic_field(MethodData,                  _trap_hist._array[0],                          u1)                                    \
 288   nonstatic_field(MethodData,                  _eflags,                                       intx)                                  \
 289   nonstatic_field(MethodData,                  _arg_local,                                    intx)                                  \
 290   nonstatic_field(MethodData,                  _arg_stack,                                    intx)                                  \
 291   nonstatic_field(MethodData,                  _arg_returned,                                 intx)                                  \
 292   nonstatic_field(MethodData,                  _tenure_traps,                                 uint)                                  \
 293   nonstatic_field(MethodData,                  _invoke_mask,                                  int)                                   \
 294   nonstatic_field(MethodData,                  _backedge_mask,                                int)                                   \
 295   nonstatic_field(DataLayout,                  _header._struct._tag,                          u1)                                    \
 296   nonstatic_field(DataLayout,                  _header._struct._flags,                        u1)                                    \
 297   nonstatic_field(DataLayout,                  _header._struct._bci,                          u2)                                    \

 298   nonstatic_field(DataLayout,                  _cells[0],                                     intptr_t)                              \
 299   nonstatic_field(MethodCounters,              _nmethod_age,                                  int)                                   \
 300   nonstatic_field(MethodCounters,              _interpreter_invocation_limit,                 int)                                   \
 301   nonstatic_field(MethodCounters,              _interpreter_backward_branch_limit,            int)                                   \
 302   nonstatic_field(MethodCounters,              _interpreter_profile_limit,                    int)                                   \
 303   nonstatic_field(MethodCounters,              _invoke_mask,                                  int)                                   \
 304   nonstatic_field(MethodCounters,              _backedge_mask,                                int)                                   \
 305   COMPILER2_OR_JVMCI_PRESENT(nonstatic_field(MethodCounters, _interpreter_invocation_count,   int))                                  \
 306   COMPILER2_OR_JVMCI_PRESENT(nonstatic_field(MethodCounters, _interpreter_throwout_count,     u2))                                   \
 307   JVMTI_ONLY(nonstatic_field(MethodCounters,   _number_of_breakpoints,                        u2))                                   \
 308   nonstatic_field(MethodCounters,              _invocation_counter,                           InvocationCounter)                     \
 309   nonstatic_field(MethodCounters,              _backedge_counter,                             InvocationCounter)                     \
 310   nonstatic_field(Method,                      _constMethod,                                  ConstMethod*)                          \
 311   nonstatic_field(Method,                      _method_data,                                  MethodData*)                           \
 312   nonstatic_field(Method,                      _method_counters,                              MethodCounters*)                       \
 313   nonstatic_field(Method,                      _access_flags,                                 AccessFlags)                           \
 314   nonstatic_field(Method,                      _vtable_index,                                 int)                                   \
 315   nonstatic_field(Method,                      _intrinsic_id,                                 u2)                                    \
 316   nonstatic_field(Method,                      _flags,                                        u2)                                    \
 317   nonproduct_nonstatic_field(Method,           _compiled_invocation_count,                    int)                                   \




 278   nonstatic_field(vtableEntry,                 _method,                                       Method*)                               \
 279   nonstatic_field(MethodData,                  _size,                                         int)                                   \
 280   nonstatic_field(MethodData,                  _method,                                       Method*)                               \
 281   nonstatic_field(MethodData,                  _data_size,                                    int)                                   \
 282   nonstatic_field(MethodData,                  _data[0],                                      intptr_t)                              \
 283   nonstatic_field(MethodData,                  _parameters_type_data_di,                      int)                                   \
 284   nonstatic_field(MethodData,                  _nof_decompiles,                               uint)                                  \
 285   nonstatic_field(MethodData,                  _nof_overflow_recompiles,                      uint)                                  \
 286   nonstatic_field(MethodData,                  _nof_overflow_traps,                           uint)                                  \
 287   nonstatic_field(MethodData,                  _trap_hist._array[0],                          u1)                                    \
 288   nonstatic_field(MethodData,                  _eflags,                                       intx)                                  \
 289   nonstatic_field(MethodData,                  _arg_local,                                    intx)                                  \
 290   nonstatic_field(MethodData,                  _arg_stack,                                    intx)                                  \
 291   nonstatic_field(MethodData,                  _arg_returned,                                 intx)                                  \
 292   nonstatic_field(MethodData,                  _tenure_traps,                                 uint)                                  \
 293   nonstatic_field(MethodData,                  _invoke_mask,                                  int)                                   \
 294   nonstatic_field(MethodData,                  _backedge_mask,                                int)                                   \
 295   nonstatic_field(DataLayout,                  _header._struct._tag,                          u1)                                    \
 296   nonstatic_field(DataLayout,                  _header._struct._flags,                        u1)                                    \
 297   nonstatic_field(DataLayout,                  _header._struct._bci,                          u2)                                    \
 298   nonstatic_field(DataLayout,                  _header._struct._traps,                        u4)                                    \
 299   nonstatic_field(DataLayout,                  _cells[0],                                     intptr_t)                              \
 300   nonstatic_field(MethodCounters,              _nmethod_age,                                  int)                                   \
 301   nonstatic_field(MethodCounters,              _interpreter_invocation_limit,                 int)                                   \
 302   nonstatic_field(MethodCounters,              _interpreter_backward_branch_limit,            int)                                   \
 303   nonstatic_field(MethodCounters,              _interpreter_profile_limit,                    int)                                   \
 304   nonstatic_field(MethodCounters,              _invoke_mask,                                  int)                                   \
 305   nonstatic_field(MethodCounters,              _backedge_mask,                                int)                                   \
 306   COMPILER2_OR_JVMCI_PRESENT(nonstatic_field(MethodCounters, _interpreter_invocation_count,   int))                                  \
 307   COMPILER2_OR_JVMCI_PRESENT(nonstatic_field(MethodCounters, _interpreter_throwout_count,     u2))                                   \
 308   JVMTI_ONLY(nonstatic_field(MethodCounters,   _number_of_breakpoints,                        u2))                                   \
 309   nonstatic_field(MethodCounters,              _invocation_counter,                           InvocationCounter)                     \
 310   nonstatic_field(MethodCounters,              _backedge_counter,                             InvocationCounter)                     \
 311   nonstatic_field(Method,                      _constMethod,                                  ConstMethod*)                          \
 312   nonstatic_field(Method,                      _method_data,                                  MethodData*)                           \
 313   nonstatic_field(Method,                      _method_counters,                              MethodCounters*)                       \
 314   nonstatic_field(Method,                      _access_flags,                                 AccessFlags)                           \
 315   nonstatic_field(Method,                      _vtable_index,                                 int)                                   \
 316   nonstatic_field(Method,                      _intrinsic_id,                                 u2)                                    \
 317   nonstatic_field(Method,                      _flags,                                        u2)                                    \
 318   nonproduct_nonstatic_field(Method,           _compiled_invocation_count,                    int)                                   \


< prev index next >