src/share/vm/opto/runtime.hpp

changeset 4205
a3ecd773a7b9
parent 4037
da91efe96a93
child 4364
2d6c433b1f38
equal deleted inserted replaced
4204:b2c669fd8114 4205:a3ecd773a7b9
278 static const TypeFunc* generic_arraycopy_Type(); 278 static const TypeFunc* generic_arraycopy_Type();
279 static const TypeFunc* slow_arraycopy_Type(); // the full routine 279 static const TypeFunc* slow_arraycopy_Type(); // the full routine
280 280
281 static const TypeFunc* array_fill_Type(); 281 static const TypeFunc* array_fill_Type();
282 282
283 static const TypeFunc* aescrypt_block_Type();
284 static const TypeFunc* cipherBlockChaining_aescrypt_Type();
285
283 // leaf on stack replacement interpreter accessor types 286 // leaf on stack replacement interpreter accessor types
284 static const TypeFunc* osr_end_Type(); 287 static const TypeFunc* osr_end_Type();
285 288
286 // leaf methodData routine types 289 // leaf methodData routine types
287 static const TypeFunc* profile_receiver_type_Type(); 290 static const TypeFunc* profile_receiver_type_Type();

mercurial