< prev index next >

src/hotspot/share/runtime/stubRoutines.cpp

Print this page




 111 
 112 address StubRoutines::_checkcast_arraycopy               = NULL;
 113 address StubRoutines::_checkcast_arraycopy_uninit        = NULL;
 114 address StubRoutines::_unsafe_arraycopy                  = NULL;
 115 address StubRoutines::_generic_arraycopy                 = NULL;
 116 
 117 
 118 address StubRoutines::_jbyte_fill;
 119 address StubRoutines::_jshort_fill;
 120 address StubRoutines::_jint_fill;
 121 address StubRoutines::_arrayof_jbyte_fill;
 122 address StubRoutines::_arrayof_jshort_fill;
 123 address StubRoutines::_arrayof_jint_fill;
 124 
 125 address StubRoutines::_aescrypt_encryptBlock               = NULL;
 126 address StubRoutines::_aescrypt_decryptBlock               = NULL;
 127 address StubRoutines::_cipherBlockChaining_encryptAESCrypt = NULL;
 128 address StubRoutines::_cipherBlockChaining_decryptAESCrypt = NULL;
 129 address StubRoutines::_counterMode_AESCrypt                = NULL;
 130 address StubRoutines::_ghash_processBlocks                 = NULL;

 131 
 132 address StubRoutines::_sha1_implCompress     = NULL;
 133 address StubRoutines::_sha1_implCompressMB   = NULL;
 134 address StubRoutines::_sha256_implCompress   = NULL;
 135 address StubRoutines::_sha256_implCompressMB = NULL;
 136 address StubRoutines::_sha512_implCompress   = NULL;
 137 address StubRoutines::_sha512_implCompressMB = NULL;
 138 
 139 address StubRoutines::_updateBytesCRC32 = NULL;
 140 address StubRoutines::_crc_table_adr =    NULL;
 141 
 142 address StubRoutines::_crc32c_table_addr = NULL;
 143 address StubRoutines::_updateBytesCRC32C = NULL;
 144 address StubRoutines::_updateBytesAdler32 = NULL;
 145 
 146 address StubRoutines::_multiplyToLen = NULL;
 147 address StubRoutines::_squareToLen = NULL;
 148 address StubRoutines::_mulAdd = NULL;
 149 address StubRoutines::_montgomeryMultiply = NULL;
 150 address StubRoutines::_montgomerySquare = NULL;




 111 
 112 address StubRoutines::_checkcast_arraycopy               = NULL;
 113 address StubRoutines::_checkcast_arraycopy_uninit        = NULL;
 114 address StubRoutines::_unsafe_arraycopy                  = NULL;
 115 address StubRoutines::_generic_arraycopy                 = NULL;
 116 
 117 
 118 address StubRoutines::_jbyte_fill;
 119 address StubRoutines::_jshort_fill;
 120 address StubRoutines::_jint_fill;
 121 address StubRoutines::_arrayof_jbyte_fill;
 122 address StubRoutines::_arrayof_jshort_fill;
 123 address StubRoutines::_arrayof_jint_fill;
 124 
 125 address StubRoutines::_aescrypt_encryptBlock               = NULL;
 126 address StubRoutines::_aescrypt_decryptBlock               = NULL;
 127 address StubRoutines::_cipherBlockChaining_encryptAESCrypt = NULL;
 128 address StubRoutines::_cipherBlockChaining_decryptAESCrypt = NULL;
 129 address StubRoutines::_counterMode_AESCrypt                = NULL;
 130 address StubRoutines::_ghash_processBlocks                 = NULL;
 131 address StubRoutines::_base64_implEncode                   = NULL;
 132 
 133 address StubRoutines::_sha1_implCompress     = NULL;
 134 address StubRoutines::_sha1_implCompressMB   = NULL;
 135 address StubRoutines::_sha256_implCompress   = NULL;
 136 address StubRoutines::_sha256_implCompressMB = NULL;
 137 address StubRoutines::_sha512_implCompress   = NULL;
 138 address StubRoutines::_sha512_implCompressMB = NULL;
 139 
 140 address StubRoutines::_updateBytesCRC32 = NULL;
 141 address StubRoutines::_crc_table_adr =    NULL;
 142 
 143 address StubRoutines::_crc32c_table_addr = NULL;
 144 address StubRoutines::_updateBytesCRC32C = NULL;
 145 address StubRoutines::_updateBytesAdler32 = NULL;
 146 
 147 address StubRoutines::_multiplyToLen = NULL;
 148 address StubRoutines::_squareToLen = NULL;
 149 address StubRoutines::_mulAdd = NULL;
 150 address StubRoutines::_montgomeryMultiply = NULL;
 151 address StubRoutines::_montgomerySquare = NULL;


< prev index next >