< prev index next >

src/share/vm/opto/runtime.hpp

Print this page




 287   static const TypeFunc* l2f_Type();
 288   static const TypeFunc* void_long_Type();
 289 
 290   static const TypeFunc* flush_windows_Type();
 291 
 292   // arraycopy routine types
 293   static const TypeFunc* fast_arraycopy_Type(); // bit-blasters
 294   static const TypeFunc* checkcast_arraycopy_Type();
 295   static const TypeFunc* generic_arraycopy_Type();
 296   static const TypeFunc* slow_arraycopy_Type();   // the full routine
 297 
 298   static const TypeFunc* array_fill_Type();
 299 
 300   static const TypeFunc* aescrypt_block_Type();
 301   static const TypeFunc* cipherBlockChaining_aescrypt_Type();
 302 
 303   static const TypeFunc* sha_implCompress_Type();
 304   static const TypeFunc* digestBase_implCompressMB_Type();
 305 
 306   static const TypeFunc* multiplyToLen_Type();


 307 
 308   static const TypeFunc* updateBytesCRC32_Type();
 309 
 310   // leaf on stack replacement interpreter accessor types
 311   static const TypeFunc* osr_end_Type();
 312 
 313   // leaf methodData routine types
 314   static const TypeFunc* profile_receiver_type_Type();
 315 
 316   // leaf on stack replacement interpreter accessor types
 317   static const TypeFunc* fetch_int_Type();
 318   static const TypeFunc* fetch_long_Type();
 319   static const TypeFunc* fetch_float_Type();
 320   static const TypeFunc* fetch_double_Type();
 321   static const TypeFunc* fetch_oop_Type();
 322   static const TypeFunc* fetch_monitor_Type();
 323 
 324   static const TypeFunc* register_finalizer_Type();
 325 
 326   // Dtrace support




 287   static const TypeFunc* l2f_Type();
 288   static const TypeFunc* void_long_Type();
 289 
 290   static const TypeFunc* flush_windows_Type();
 291 
 292   // arraycopy routine types
 293   static const TypeFunc* fast_arraycopy_Type(); // bit-blasters
 294   static const TypeFunc* checkcast_arraycopy_Type();
 295   static const TypeFunc* generic_arraycopy_Type();
 296   static const TypeFunc* slow_arraycopy_Type();   // the full routine
 297 
 298   static const TypeFunc* array_fill_Type();
 299 
 300   static const TypeFunc* aescrypt_block_Type();
 301   static const TypeFunc* cipherBlockChaining_aescrypt_Type();
 302 
 303   static const TypeFunc* sha_implCompress_Type();
 304   static const TypeFunc* digestBase_implCompressMB_Type();
 305 
 306   static const TypeFunc* multiplyToLen_Type();
 307   static const TypeFunc* montgomeryMultiply_Type();
 308   static const TypeFunc* montgomerySquare_Type();
 309 
 310   static const TypeFunc* updateBytesCRC32_Type();
 311 
 312   // leaf on stack replacement interpreter accessor types
 313   static const TypeFunc* osr_end_Type();
 314 
 315   // leaf methodData routine types
 316   static const TypeFunc* profile_receiver_type_Type();
 317 
 318   // leaf on stack replacement interpreter accessor types
 319   static const TypeFunc* fetch_int_Type();
 320   static const TypeFunc* fetch_long_Type();
 321   static const TypeFunc* fetch_float_Type();
 322   static const TypeFunc* fetch_double_Type();
 323   static const TypeFunc* fetch_oop_Type();
 324   static const TypeFunc* fetch_monitor_Type();
 325 
 326   static const TypeFunc* register_finalizer_Type();
 327 
 328   // Dtrace support


< prev index next >