Searched refs:inline_pow (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp203 bool inline_pow();
1649 //------------------------------inline_pow-------------------------------------
1651 bool LibraryCallKit::inline_pow() { function in class:LibraryCallKit
1849 case vmIntrinsics::_dpow: return Matcher::has_match_rule(Op_PowD) ? inline_pow() :

Completed in 47 milliseconds