src/share/vm/opto/runtime.hpp

changeset 8489
51c505229e71
parent 8307
daaf806995b3
child 8318
ea7ac121a5d3
equal deleted inserted replaced
8488:0d5597f44603 8489:51c505229e71
303 static const TypeFunc* sha_implCompress_Type(); 303 static const TypeFunc* sha_implCompress_Type();
304 static const TypeFunc* digestBase_implCompressMB_Type(); 304 static const TypeFunc* digestBase_implCompressMB_Type();
305 305
306 static const TypeFunc* multiplyToLen_Type(); 306 static const TypeFunc* multiplyToLen_Type();
307 307
308 static const TypeFunc* squareToLen_Type();
309
310 static const TypeFunc* mulAdd_Type();
311
308 static const TypeFunc* updateBytesCRC32_Type(); 312 static const TypeFunc* updateBytesCRC32_Type();
309 313
310 // leaf on stack replacement interpreter accessor types 314 // leaf on stack replacement interpreter accessor types
311 static const TypeFunc* osr_end_Type(); 315 static const TypeFunc* osr_end_Type();
312 316

mercurial