src/share/vm/opto/runtime.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Sdiff src/share/vm/opto

src/share/vm/opto/runtime.hpp

Print this page




 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* squareToLen_Type();
 316 
 317   static const TypeFunc* mulAdd_Type();
 318 
 319   static const TypeFunc* ghash_processBlocks_Type();
 320 
 321   static const TypeFunc* updateBytesCRC32_Type();

 322 
 323   // leaf on stack replacement interpreter accessor types
 324   static const TypeFunc* osr_end_Type();
 325 
 326   // leaf methodData routine types
 327   static const TypeFunc* profile_receiver_type_Type();
 328 
 329   // leaf on stack replacement interpreter accessor types
 330   static const TypeFunc* fetch_int_Type();
 331   static const TypeFunc* fetch_long_Type();
 332   static const TypeFunc* fetch_float_Type();
 333   static const TypeFunc* fetch_double_Type();
 334   static const TypeFunc* fetch_oop_Type();
 335   static const TypeFunc* fetch_monitor_Type();
 336 
 337   static const TypeFunc* register_finalizer_Type();
 338 
 339   // Dtrace support
 340   static const TypeFunc* dtrace_method_entry_exit_Type();
 341   static const TypeFunc* dtrace_object_alloc_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* squareToLen_Type();
 316 
 317   static const TypeFunc* mulAdd_Type();
 318 
 319   static const TypeFunc* ghash_processBlocks_Type();
 320 
 321   static const TypeFunc* updateBytesCRC32_Type();
 322   static const TypeFunc* updateBytesCRC32C_Type();
 323 
 324   // leaf on stack replacement interpreter accessor types
 325   static const TypeFunc* osr_end_Type();
 326 
 327   // leaf methodData routine types
 328   static const TypeFunc* profile_receiver_type_Type();
 329 
 330   // leaf on stack replacement interpreter accessor types
 331   static const TypeFunc* fetch_int_Type();
 332   static const TypeFunc* fetch_long_Type();
 333   static const TypeFunc* fetch_float_Type();
 334   static const TypeFunc* fetch_double_Type();
 335   static const TypeFunc* fetch_oop_Type();
 336   static const TypeFunc* fetch_monitor_Type();
 337 
 338   static const TypeFunc* register_finalizer_Type();
 339 
 340   // Dtrace support
 341   static const TypeFunc* dtrace_method_entry_exit_Type();
 342   static const TypeFunc* dtrace_object_alloc_Type();
src/share/vm/opto/runtime.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File