< prev index next >

src/share/vm/jvmci/vmStructs_jvmci.cpp

Print this page
rev 12655 : 8175811: [JVMCI] StubRoutines::_multiplyToLen symbol needs to exported


 288   static_field(StubRoutines,                _unsafe_arraycopy,                                address)                               \
 289   static_field(StubRoutines,                _generic_arraycopy,                               address)                               \
 290                                                                                                                                      \
 291   static_field(StubRoutines,                _aescrypt_encryptBlock,                           address)                               \
 292   static_field(StubRoutines,                _aescrypt_decryptBlock,                           address)                               \
 293   static_field(StubRoutines,                _cipherBlockChaining_encryptAESCrypt,             address)                               \
 294   static_field(StubRoutines,                _cipherBlockChaining_decryptAESCrypt,             address)                               \
 295   static_field(StubRoutines,                _counterMode_AESCrypt,                            address)                               \
 296   static_field(StubRoutines,                _ghash_processBlocks,                             address)                               \
 297   static_field(StubRoutines,                _sha1_implCompress,                               address)                               \
 298   static_field(StubRoutines,                _sha1_implCompressMB,                             address)                               \
 299   static_field(StubRoutines,                _sha256_implCompress,                             address)                               \
 300   static_field(StubRoutines,                _sha256_implCompressMB,                           address)                               \
 301   static_field(StubRoutines,                _sha512_implCompress,                             address)                               \
 302   static_field(StubRoutines,                _sha512_implCompressMB,                           address)                               \
 303   static_field(StubRoutines,                _updateBytesCRC32,                                address)                               \
 304   static_field(StubRoutines,                _crc_table_adr,                                   address)                               \
 305   static_field(StubRoutines,                _crc32c_table_addr,                               address)                               \
 306   static_field(StubRoutines,                _updateBytesCRC32C,                               address)                               \
 307   static_field(StubRoutines,                _updateBytesAdler32,                              address)                               \

 308   static_field(StubRoutines,                _squareToLen,                                     address)                               \
 309   static_field(StubRoutines,                _mulAdd,                                          address)                               \
 310   static_field(StubRoutines,                _montgomeryMultiply,                              address)                               \
 311   static_field(StubRoutines,                _montgomerySquare,                                address)                               \
 312   static_field(StubRoutines,                _vectorizedMismatch,                              address)                               \
 313                                                                                                                                      \
 314   nonstatic_field(Thread,                   _tlab,                                            ThreadLocalAllocBuffer)                \
 315   nonstatic_field(Thread,                   _allocated_bytes,                                 jlong)                                 \
 316                                                                                                                                      \
 317   nonstatic_field(ThreadLocalAllocBuffer,   _start,                                           HeapWord*)                             \
 318   nonstatic_field(ThreadLocalAllocBuffer,   _top,                                             HeapWord*)                             \
 319   nonstatic_field(ThreadLocalAllocBuffer,   _end,                                             HeapWord*)                             \
 320   nonstatic_field(ThreadLocalAllocBuffer,   _pf_top,                                          HeapWord*)                             \
 321   nonstatic_field(ThreadLocalAllocBuffer,   _desired_size,                                    size_t)                                \
 322   nonstatic_field(ThreadLocalAllocBuffer,   _refill_waste_limit,                              size_t)                                \
 323   nonstatic_field(ThreadLocalAllocBuffer,   _number_of_refills,                               unsigned)                              \
 324   nonstatic_field(ThreadLocalAllocBuffer,   _fast_refill_waste,                               unsigned)                              \
 325   nonstatic_field(ThreadLocalAllocBuffer,   _slow_allocations,                                unsigned)                              \
 326                                                                                                                                      \
 327   nonstatic_field(ThreadShadow,             _pending_exception,                               oop)                                   \




 288   static_field(StubRoutines,                _unsafe_arraycopy,                                address)                               \
 289   static_field(StubRoutines,                _generic_arraycopy,                               address)                               \
 290                                                                                                                                      \
 291   static_field(StubRoutines,                _aescrypt_encryptBlock,                           address)                               \
 292   static_field(StubRoutines,                _aescrypt_decryptBlock,                           address)                               \
 293   static_field(StubRoutines,                _cipherBlockChaining_encryptAESCrypt,             address)                               \
 294   static_field(StubRoutines,                _cipherBlockChaining_decryptAESCrypt,             address)                               \
 295   static_field(StubRoutines,                _counterMode_AESCrypt,                            address)                               \
 296   static_field(StubRoutines,                _ghash_processBlocks,                             address)                               \
 297   static_field(StubRoutines,                _sha1_implCompress,                               address)                               \
 298   static_field(StubRoutines,                _sha1_implCompressMB,                             address)                               \
 299   static_field(StubRoutines,                _sha256_implCompress,                             address)                               \
 300   static_field(StubRoutines,                _sha256_implCompressMB,                           address)                               \
 301   static_field(StubRoutines,                _sha512_implCompress,                             address)                               \
 302   static_field(StubRoutines,                _sha512_implCompressMB,                           address)                               \
 303   static_field(StubRoutines,                _updateBytesCRC32,                                address)                               \
 304   static_field(StubRoutines,                _crc_table_adr,                                   address)                               \
 305   static_field(StubRoutines,                _crc32c_table_addr,                               address)                               \
 306   static_field(StubRoutines,                _updateBytesCRC32C,                               address)                               \
 307   static_field(StubRoutines,                _updateBytesAdler32,                              address)                               \
 308   static_field(StubRoutines,                _multiplyToLen,                                   address)                               \
 309   static_field(StubRoutines,                _squareToLen,                                     address)                               \
 310   static_field(StubRoutines,                _mulAdd,                                          address)                               \
 311   static_field(StubRoutines,                _montgomeryMultiply,                              address)                               \
 312   static_field(StubRoutines,                _montgomerySquare,                                address)                               \
 313   static_field(StubRoutines,                _vectorizedMismatch,                              address)                               \
 314                                                                                                                                      \
 315   nonstatic_field(Thread,                   _tlab,                                            ThreadLocalAllocBuffer)                \
 316   nonstatic_field(Thread,                   _allocated_bytes,                                 jlong)                                 \
 317                                                                                                                                      \
 318   nonstatic_field(ThreadLocalAllocBuffer,   _start,                                           HeapWord*)                             \
 319   nonstatic_field(ThreadLocalAllocBuffer,   _top,                                             HeapWord*)                             \
 320   nonstatic_field(ThreadLocalAllocBuffer,   _end,                                             HeapWord*)                             \
 321   nonstatic_field(ThreadLocalAllocBuffer,   _pf_top,                                          HeapWord*)                             \
 322   nonstatic_field(ThreadLocalAllocBuffer,   _desired_size,                                    size_t)                                \
 323   nonstatic_field(ThreadLocalAllocBuffer,   _refill_waste_limit,                              size_t)                                \
 324   nonstatic_field(ThreadLocalAllocBuffer,   _number_of_refills,                               unsigned)                              \
 325   nonstatic_field(ThreadLocalAllocBuffer,   _fast_refill_waste,                               unsigned)                              \
 326   nonstatic_field(ThreadLocalAllocBuffer,   _slow_allocations,                                unsigned)                              \
 327                                                                                                                                      \
 328   nonstatic_field(ThreadShadow,             _pending_exception,                               oop)                                   \


< prev index next >