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




 314 
 315   static const TypeFunc* aescrypt_block_Type();
 316   static const TypeFunc* cipherBlockChaining_aescrypt_Type();
 317 
 318   static const TypeFunc* sha_implCompress_Type();
 319   static const TypeFunc* digestBase_implCompressMB_Type();
 320 
 321   static const TypeFunc* multiplyToLen_Type();
 322   static const TypeFunc* montgomeryMultiply_Type();
 323   static const TypeFunc* montgomerySquare_Type();
 324 
 325   static const TypeFunc* squareToLen_Type();
 326 
 327   static const TypeFunc* mulAdd_Type();
 328 
 329   static const TypeFunc* ghash_processBlocks_Type();
 330 
 331   static const TypeFunc* updateBytesCRC32_Type();
 332   static const TypeFunc* updateBytesCRC32C_Type();
 333 


 334   // leaf on stack replacement interpreter accessor types
 335   static const TypeFunc* osr_end_Type();
 336 
 337   // leaf methodData routine types
 338   static const TypeFunc* profile_receiver_type_Type();
 339 
 340   // leaf on stack replacement interpreter accessor types
 341   static const TypeFunc* fetch_int_Type();
 342   static const TypeFunc* fetch_long_Type();
 343   static const TypeFunc* fetch_float_Type();
 344   static const TypeFunc* fetch_double_Type();
 345   static const TypeFunc* fetch_oop_Type();
 346   static const TypeFunc* fetch_monitor_Type();
 347 
 348   static const TypeFunc* register_finalizer_Type();
 349 
 350   // Dtrace support
 351   static const TypeFunc* dtrace_method_entry_exit_Type();
 352   static const TypeFunc* dtrace_object_alloc_Type();
 353 


 314 
 315   static const TypeFunc* aescrypt_block_Type();
 316   static const TypeFunc* cipherBlockChaining_aescrypt_Type();
 317 
 318   static const TypeFunc* sha_implCompress_Type();
 319   static const TypeFunc* digestBase_implCompressMB_Type();
 320 
 321   static const TypeFunc* multiplyToLen_Type();
 322   static const TypeFunc* montgomeryMultiply_Type();
 323   static const TypeFunc* montgomerySquare_Type();
 324 
 325   static const TypeFunc* squareToLen_Type();
 326 
 327   static const TypeFunc* mulAdd_Type();
 328 
 329   static const TypeFunc* ghash_processBlocks_Type();
 330 
 331   static const TypeFunc* updateBytesCRC32_Type();
 332   static const TypeFunc* updateBytesCRC32C_Type();
 333 
 334   static const TypeFunc* updateBytesAdler32_Type();
 335 
 336   // leaf on stack replacement interpreter accessor types
 337   static const TypeFunc* osr_end_Type();
 338 
 339   // leaf methodData routine types
 340   static const TypeFunc* profile_receiver_type_Type();
 341 
 342   // leaf on stack replacement interpreter accessor types
 343   static const TypeFunc* fetch_int_Type();
 344   static const TypeFunc* fetch_long_Type();
 345   static const TypeFunc* fetch_float_Type();
 346   static const TypeFunc* fetch_double_Type();
 347   static const TypeFunc* fetch_oop_Type();
 348   static const TypeFunc* fetch_monitor_Type();
 349 
 350   static const TypeFunc* register_finalizer_Type();
 351 
 352   // Dtrace support
 353   static const TypeFunc* dtrace_method_entry_exit_Type();
 354   static const TypeFunc* dtrace_object_alloc_Type();
 355 
src/share/vm/opto/runtime.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File