< prev index next >

src/hotspot/share/jvmci/vmStructs_jvmci.cpp

Print this page
rev 49244 : [mq]: event-only


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




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


< prev index next >