< prev index next >

src/hotspot/share/opto/runtime.hpp

Print this page




 272   static const TypeFunc* slow_arraycopy_Type();   // the full routine
 273 
 274   static const TypeFunc* array_fill_Type();
 275 
 276   static const TypeFunc* aescrypt_block_Type();
 277   static const TypeFunc* cipherBlockChaining_aescrypt_Type();
 278   static const TypeFunc* electronicCodeBook_aescrypt_Type();
 279   static const TypeFunc* counterMode_aescrypt_Type();
 280 
 281   static const TypeFunc* sha_implCompress_Type();
 282   static const TypeFunc* digestBase_implCompressMB_Type();
 283 
 284   static const TypeFunc* multiplyToLen_Type();
 285   static const TypeFunc* montgomeryMultiply_Type();
 286   static const TypeFunc* montgomerySquare_Type();
 287 
 288   static const TypeFunc* squareToLen_Type();
 289 
 290   static const TypeFunc* mulAdd_Type();
 291 


 292   static const TypeFunc* vectorizedMismatch_Type();
 293 
 294   static const TypeFunc* ghash_processBlocks_Type();
 295   static const TypeFunc* base64_encodeBlock_Type();
 296 
 297   static const TypeFunc* updateBytesCRC32_Type();
 298   static const TypeFunc* updateBytesCRC32C_Type();
 299 
 300   static const TypeFunc* updateBytesAdler32_Type();
 301 
 302   // leaf on stack replacement interpreter accessor types
 303   static const TypeFunc* osr_end_Type();
 304 
 305   // leaf methodData routine types
 306   static const TypeFunc* profile_receiver_type_Type();
 307 
 308   // leaf on stack replacement interpreter accessor types
 309   static const TypeFunc* fetch_int_Type();
 310   static const TypeFunc* fetch_long_Type();
 311   static const TypeFunc* fetch_float_Type();




 272   static const TypeFunc* slow_arraycopy_Type();   // the full routine
 273 
 274   static const TypeFunc* array_fill_Type();
 275 
 276   static const TypeFunc* aescrypt_block_Type();
 277   static const TypeFunc* cipherBlockChaining_aescrypt_Type();
 278   static const TypeFunc* electronicCodeBook_aescrypt_Type();
 279   static const TypeFunc* counterMode_aescrypt_Type();
 280 
 281   static const TypeFunc* sha_implCompress_Type();
 282   static const TypeFunc* digestBase_implCompressMB_Type();
 283 
 284   static const TypeFunc* multiplyToLen_Type();
 285   static const TypeFunc* montgomeryMultiply_Type();
 286   static const TypeFunc* montgomerySquare_Type();
 287 
 288   static const TypeFunc* squareToLen_Type();
 289 
 290   static const TypeFunc* mulAdd_Type();
 291 
 292   static const TypeFunc* bigIntegerShift_Type();
 293 
 294   static const TypeFunc* vectorizedMismatch_Type();
 295 
 296   static const TypeFunc* ghash_processBlocks_Type();
 297   static const TypeFunc* base64_encodeBlock_Type();
 298 
 299   static const TypeFunc* updateBytesCRC32_Type();
 300   static const TypeFunc* updateBytesCRC32C_Type();
 301 
 302   static const TypeFunc* updateBytesAdler32_Type();
 303 
 304   // leaf on stack replacement interpreter accessor types
 305   static const TypeFunc* osr_end_Type();
 306 
 307   // leaf methodData routine types
 308   static const TypeFunc* profile_receiver_type_Type();
 309 
 310   // leaf on stack replacement interpreter accessor types
 311   static const TypeFunc* fetch_int_Type();
 312   static const TypeFunc* fetch_long_Type();
 313   static const TypeFunc* fetch_float_Type();


< prev index next >