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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.cpp120 method_entry(java_lang_math_sin );
H A Dinterpreter.cpp227 case vmIntrinsics::_dsin : return java_lang_math_sin ;
291 case java_lang_math_sin : tty->print("java_lang_math_sin" ); break;
H A DabstractInterpreter.hpp106 java_lang_math_sin, // implementation of java.lang.Math.sin (x) enumerator in enum:AbstractInterpreter::MethodKind
H A DtemplateInterpreter.cpp365 method_entry(java_lang_math_sin )
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterpreter_x86_32.cpp157 case Interpreter::java_lang_math_sin :
H A Dinterpreter_x86_64.cpp256 case Interpreter::java_lang_math_sin :
H A DtemplateInterpreter_x86_32.cpp1503 case Interpreter::java_lang_math_sin : // fall thru
1529 case Interpreter::java_lang_math_sin : // fall thru
H A DtemplateInterpreter_x86_64.cpp1526 case Interpreter::java_lang_math_sin : // fall thru
1554 case Interpreter::java_lang_math_sin : // fall thru
H A DcppInterpreter_x86.cpp2213 case Interpreter::java_lang_math_sin : // fall thru
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterpreter_sparc.cpp388 case Interpreter::java_lang_math_sin : break;
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp854 case Interpreter::java_lang_math_sin:

Completed in 80 milliseconds