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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.cpp127 method_entry(java_lang_math_pow );
H A DabstractInterpreter.hpp113 java_lang_math_pow, // implementation of java.lang.Math.pow (x,y) enumerator in enum:AbstractInterpreter::MethodKind
H A Dinterpreter.cpp234 case vmIntrinsics::_dpow : return java_lang_math_pow ;
H A DtemplateInterpreter.cpp373 method_entry(java_lang_math_pow )
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterpreter_x86_32.cpp184 case Interpreter::java_lang_math_pow:
H A Dinterpreter_x86_64.cpp274 case Interpreter::java_lang_math_pow:
H A DtemplateInterpreter_x86_32.cpp1510 case Interpreter::java_lang_math_pow : // fall thru
1536 case Interpreter::java_lang_math_pow : // fall thru
H A DtemplateInterpreter_x86_64.cpp1533 case Interpreter::java_lang_math_pow : // fall thru
1561 case Interpreter::java_lang_math_pow : // fall thru
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterpreter_sparc.cpp395 case Interpreter::java_lang_math_pow : break;
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp861 case Interpreter::java_lang_math_pow:

Completed in 53 milliseconds