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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.cpp124 method_entry(java_lang_math_sqrt );
H A Dinterpreter.cpp231 case vmIntrinsics::_dsqrt : return java_lang_math_sqrt ;
295 case java_lang_math_sqrt : tty->print("java_lang_math_sqrt" ); break;
H A DabstractInterpreter.hpp110 java_lang_math_sqrt, // implementation of java.lang.Math.sqrt (x) enumerator in enum:AbstractInterpreter::MethodKind
H A DtemplateInterpreter.cpp369 method_entry(java_lang_math_sqrt )
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterpreter_x86_32.cpp166 case Interpreter::java_lang_math_sqrt:
H A Dinterpreter_x86_64.cpp251 if (kind == Interpreter::java_lang_math_sqrt) {
H A DtemplateInterpreter_x86_32.cpp1509 case Interpreter::java_lang_math_sqrt : // fall thru
1535 case Interpreter::java_lang_math_sqrt : // fall thru
H A DtemplateInterpreter_x86_64.cpp1532 case Interpreter::java_lang_math_sqrt : // fall thru
1560 case Interpreter::java_lang_math_sqrt : // fall thru
H A DcppInterpreter_x86.cpp2219 case Interpreter::java_lang_math_sqrt : entry_point = ((InterpreterGenerator*)this)->generate_math_entry(kind); break;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterpreter_sparc.cpp391 case Interpreter::java_lang_math_sqrt : break;
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp860 case Interpreter::java_lang_math_sqrt:

Completed in 60 milliseconds