< prev index next >

src/hotspot/share/jvmci/vmStructs_jvmci.cpp

Print this page
rev 48562 : [mq]: heap23


 304   static_field(StubRoutines,                _sha512_implCompress,                             address)                               \
 305   static_field(StubRoutines,                _sha512_implCompressMB,                           address)                               \
 306   static_field(StubRoutines,                _updateBytesCRC32,                                address)                               \
 307   static_field(StubRoutines,                _crc_table_adr,                                   address)                               \
 308   static_field(StubRoutines,                _crc32c_table_addr,                               address)                               \
 309   static_field(StubRoutines,                _updateBytesCRC32C,                               address)                               \
 310   static_field(StubRoutines,                _updateBytesAdler32,                              address)                               \
 311   static_field(StubRoutines,                _multiplyToLen,                                   address)                               \
 312   static_field(StubRoutines,                _squareToLen,                                     address)                               \
 313   static_field(StubRoutines,                _mulAdd,                                          address)                               \
 314   static_field(StubRoutines,                _montgomeryMultiply,                              address)                               \
 315   static_field(StubRoutines,                _montgomerySquare,                                address)                               \
 316   static_field(StubRoutines,                _vectorizedMismatch,                              address)                               \
 317                                                                                                                                      \
 318   nonstatic_field(Thread,                   _tlab,                                            ThreadLocalAllocBuffer)                \
 319   nonstatic_field(Thread,                   _allocated_bytes,                                 jlong)                                 \
 320   nonstatic_field(Thread,                   _polling_page,                                    address)                               \
 321                                                                                                                                      \
 322   nonstatic_field(ThreadLocalAllocBuffer,   _start,                                           HeapWord*)                             \
 323   nonstatic_field(ThreadLocalAllocBuffer,   _top,                                             HeapWord*)                             \
 324   nonstatic_field(ThreadLocalAllocBuffer,   _end,                                             HeapWord*)                             \
 325   nonstatic_field(ThreadLocalAllocBuffer,   _pf_top,                                          HeapWord*)                             \
 326   nonstatic_field(ThreadLocalAllocBuffer,   _desired_size,                                    size_t)                                \
 327   nonstatic_field(ThreadLocalAllocBuffer,   _refill_waste_limit,                              size_t)                                \
 328   nonstatic_field(ThreadLocalAllocBuffer,   _number_of_refills,                               unsigned)                              \
 329   nonstatic_field(ThreadLocalAllocBuffer,   _fast_refill_waste,                               unsigned)                              \
 330   nonstatic_field(ThreadLocalAllocBuffer,   _slow_allocations,                                unsigned)                              \
 331                                                                                                                                      \
 332   nonstatic_field(ThreadShadow,             _pending_exception,                               oop)                                   \
 333                                                                                                                                      \
 334   static_field(vmSymbols,                   _symbols[0],                                      Symbol*)                               \
 335                                                                                                                                      \
 336   nonstatic_field(vtableEntry,              _method,                                          Method*)                               \
 337 
 338 #define VM_TYPES(declare_type, declare_toplevel_type, declare_integer_type, declare_unsigned_integer_type) \
 339   declare_integer_type(bool)                                              \
 340   declare_unsigned_integer_type(size_t)                                   \
 341   declare_integer_type(intx)                                              \
 342   declare_unsigned_integer_type(uintx)                                    \
 343                                                                           \
 344   declare_toplevel_type(BasicLock)                                        \




 304   static_field(StubRoutines,                _sha512_implCompress,                             address)                               \
 305   static_field(StubRoutines,                _sha512_implCompressMB,                           address)                               \
 306   static_field(StubRoutines,                _updateBytesCRC32,                                address)                               \
 307   static_field(StubRoutines,                _crc_table_adr,                                   address)                               \
 308   static_field(StubRoutines,                _crc32c_table_addr,                               address)                               \
 309   static_field(StubRoutines,                _updateBytesCRC32C,                               address)                               \
 310   static_field(StubRoutines,                _updateBytesAdler32,                              address)                               \
 311   static_field(StubRoutines,                _multiplyToLen,                                   address)                               \
 312   static_field(StubRoutines,                _squareToLen,                                     address)                               \
 313   static_field(StubRoutines,                _mulAdd,                                          address)                               \
 314   static_field(StubRoutines,                _montgomeryMultiply,                              address)                               \
 315   static_field(StubRoutines,                _montgomerySquare,                                address)                               \
 316   static_field(StubRoutines,                _vectorizedMismatch,                              address)                               \
 317                                                                                                                                      \
 318   nonstatic_field(Thread,                   _tlab,                                            ThreadLocalAllocBuffer)                \
 319   nonstatic_field(Thread,                   _allocated_bytes,                                 jlong)                                 \
 320   nonstatic_field(Thread,                   _polling_page,                                    address)                               \
 321                                                                                                                                      \
 322   nonstatic_field(ThreadLocalAllocBuffer,   _start,                                           HeapWord*)                             \
 323   nonstatic_field(ThreadLocalAllocBuffer,   _top,                                             HeapWord*)                             \
 324   nonstatic_field(ThreadLocalAllocBuffer,   _current_end,                                     HeapWord*)                             \
 325   nonstatic_field(ThreadLocalAllocBuffer,   _pf_top,                                          HeapWord*)                             \
 326   nonstatic_field(ThreadLocalAllocBuffer,   _desired_size,                                    size_t)                                \
 327   nonstatic_field(ThreadLocalAllocBuffer,   _refill_waste_limit,                              size_t)                                \
 328   nonstatic_field(ThreadLocalAllocBuffer,   _number_of_refills,                               unsigned)                              \
 329   nonstatic_field(ThreadLocalAllocBuffer,   _fast_refill_waste,                               unsigned)                              \
 330   nonstatic_field(ThreadLocalAllocBuffer,   _slow_allocations,                                unsigned)                              \
 331                                                                                                                                      \
 332   nonstatic_field(ThreadShadow,             _pending_exception,                               oop)                                   \
 333                                                                                                                                      \
 334   static_field(vmSymbols,                   _symbols[0],                                      Symbol*)                               \
 335                                                                                                                                      \
 336   nonstatic_field(vtableEntry,              _method,                                          Method*)                               \
 337 
 338 #define VM_TYPES(declare_type, declare_toplevel_type, declare_integer_type, declare_unsigned_integer_type) \
 339   declare_integer_type(bool)                                              \
 340   declare_unsigned_integer_type(size_t)                                   \
 341   declare_integer_type(intx)                                              \
 342   declare_unsigned_integer_type(uintx)                                    \
 343                                                                           \
 344   declare_toplevel_type(BasicLock)                                        \


< prev index next >