< prev index next >

src/hotspot/share/opto/runtime.hpp

Print this page




 282   static const TypeFunc* array_fill_Type();
 283 
 284   static const TypeFunc* aescrypt_block_Type();
 285   static const TypeFunc* cipherBlockChaining_aescrypt_Type();
 286   static const TypeFunc* counterMode_aescrypt_Type();
 287 
 288   static const TypeFunc* sha_implCompress_Type();
 289   static const TypeFunc* digestBase_implCompressMB_Type();
 290 
 291   static const TypeFunc* multiplyToLen_Type();
 292   static const TypeFunc* montgomeryMultiply_Type();
 293   static const TypeFunc* montgomerySquare_Type();
 294 
 295   static const TypeFunc* squareToLen_Type();
 296 
 297   static const TypeFunc* mulAdd_Type();
 298 
 299   static const TypeFunc* vectorizedMismatch_Type();
 300 
 301   static const TypeFunc* ghash_processBlocks_Type();

 302 
 303   static const TypeFunc* updateBytesCRC32_Type();
 304   static const TypeFunc* updateBytesCRC32C_Type();
 305 
 306   static const TypeFunc* updateBytesAdler32_Type();
 307 
 308   // leaf on stack replacement interpreter accessor types
 309   static const TypeFunc* osr_end_Type();
 310 
 311   // leaf methodData routine types
 312   static const TypeFunc* profile_receiver_type_Type();
 313 
 314   // leaf on stack replacement interpreter accessor types
 315   static const TypeFunc* fetch_int_Type();
 316   static const TypeFunc* fetch_long_Type();
 317   static const TypeFunc* fetch_float_Type();
 318   static const TypeFunc* fetch_double_Type();
 319   static const TypeFunc* fetch_oop_Type();
 320   static const TypeFunc* fetch_monitor_Type();
 321 


 282   static const TypeFunc* array_fill_Type();
 283 
 284   static const TypeFunc* aescrypt_block_Type();
 285   static const TypeFunc* cipherBlockChaining_aescrypt_Type();
 286   static const TypeFunc* counterMode_aescrypt_Type();
 287 
 288   static const TypeFunc* sha_implCompress_Type();
 289   static const TypeFunc* digestBase_implCompressMB_Type();
 290 
 291   static const TypeFunc* multiplyToLen_Type();
 292   static const TypeFunc* montgomeryMultiply_Type();
 293   static const TypeFunc* montgomerySquare_Type();
 294 
 295   static const TypeFunc* squareToLen_Type();
 296 
 297   static const TypeFunc* mulAdd_Type();
 298 
 299   static const TypeFunc* vectorizedMismatch_Type();
 300 
 301   static const TypeFunc* ghash_processBlocks_Type();
 302   static const TypeFunc* base64_implEncode_Type();
 303 
 304   static const TypeFunc* updateBytesCRC32_Type();
 305   static const TypeFunc* updateBytesCRC32C_Type();
 306 
 307   static const TypeFunc* updateBytesAdler32_Type();
 308 
 309   // leaf on stack replacement interpreter accessor types
 310   static const TypeFunc* osr_end_Type();
 311 
 312   // leaf methodData routine types
 313   static const TypeFunc* profile_receiver_type_Type();
 314 
 315   // leaf on stack replacement interpreter accessor types
 316   static const TypeFunc* fetch_int_Type();
 317   static const TypeFunc* fetch_long_Type();
 318   static const TypeFunc* fetch_float_Type();
 319   static const TypeFunc* fetch_double_Type();
 320   static const TypeFunc* fetch_oop_Type();
 321   static const TypeFunc* fetch_monitor_Type();
 322 
< prev index next >