< prev index next >

src/share/vm/opto/runtime.hpp

Print this page




 295   static const TypeFunc* void_long_Type();
 296 
 297   static const TypeFunc* flush_windows_Type();
 298 
 299   // arraycopy routine types
 300   static const TypeFunc* fast_arraycopy_Type(); // bit-blasters
 301   static const TypeFunc* checkcast_arraycopy_Type();
 302   static const TypeFunc* generic_arraycopy_Type();
 303   static const TypeFunc* slow_arraycopy_Type();   // the full routine
 304 
 305   static const TypeFunc* array_fill_Type();
 306 
 307   static const TypeFunc* aescrypt_block_Type();
 308   static const TypeFunc* cipherBlockChaining_aescrypt_Type();
 309 
 310   static const TypeFunc* sha_implCompress_Type();
 311   static const TypeFunc* digestBase_implCompressMB_Type();
 312 
 313   static const TypeFunc* multiplyToLen_Type();
 314 


 315   static const TypeFunc* updateBytesCRC32_Type();
 316 
 317   // leaf on stack replacement interpreter accessor types
 318   static const TypeFunc* osr_end_Type();
 319 
 320   // leaf methodData routine types
 321   static const TypeFunc* profile_receiver_type_Type();
 322 
 323   // leaf on stack replacement interpreter accessor types
 324   static const TypeFunc* fetch_int_Type();
 325   static const TypeFunc* fetch_long_Type();
 326   static const TypeFunc* fetch_float_Type();
 327   static const TypeFunc* fetch_double_Type();
 328   static const TypeFunc* fetch_oop_Type();
 329   static const TypeFunc* fetch_monitor_Type();
 330 
 331   static const TypeFunc* register_finalizer_Type();
 332 
 333   // Dtrace support
 334   static const TypeFunc* dtrace_method_entry_exit_Type();


 295   static const TypeFunc* void_long_Type();
 296 
 297   static const TypeFunc* flush_windows_Type();
 298 
 299   // arraycopy routine types
 300   static const TypeFunc* fast_arraycopy_Type(); // bit-blasters
 301   static const TypeFunc* checkcast_arraycopy_Type();
 302   static const TypeFunc* generic_arraycopy_Type();
 303   static const TypeFunc* slow_arraycopy_Type();   // the full routine
 304 
 305   static const TypeFunc* array_fill_Type();
 306 
 307   static const TypeFunc* aescrypt_block_Type();
 308   static const TypeFunc* cipherBlockChaining_aescrypt_Type();
 309 
 310   static const TypeFunc* sha_implCompress_Type();
 311   static const TypeFunc* digestBase_implCompressMB_Type();
 312 
 313   static const TypeFunc* multiplyToLen_Type();
 314 
 315   static const TypeFunc* ghash_processBlocks_Type();
 316 
 317   static const TypeFunc* updateBytesCRC32_Type();
 318 
 319   // leaf on stack replacement interpreter accessor types
 320   static const TypeFunc* osr_end_Type();
 321 
 322   // leaf methodData routine types
 323   static const TypeFunc* profile_receiver_type_Type();
 324 
 325   // leaf on stack replacement interpreter accessor types
 326   static const TypeFunc* fetch_int_Type();
 327   static const TypeFunc* fetch_long_Type();
 328   static const TypeFunc* fetch_float_Type();
 329   static const TypeFunc* fetch_double_Type();
 330   static const TypeFunc* fetch_oop_Type();
 331   static const TypeFunc* fetch_monitor_Type();
 332 
 333   static const TypeFunc* register_finalizer_Type();
 334 
 335   // Dtrace support
 336   static const TypeFunc* dtrace_method_entry_exit_Type();
< prev index next >