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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.cpp122 method_entry(java_lang_math_tan );
H A Dinterpreter.cpp229 case vmIntrinsics::_dtan : return java_lang_math_tan ;
293 case java_lang_math_tan : tty->print("java_lang_math_tan" ); break;
H A DabstractInterpreter.hpp108 java_lang_math_tan, // implementation of java.lang.Math.tan (x) enumerator in enum:AbstractInterpreter::MethodKind
H A DtemplateInterpreter.cpp367 method_entry(java_lang_math_tan )
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterpreter_x86_32.cpp163 case Interpreter::java_lang_math_tan :
H A Dinterpreter_x86_64.cpp262 case Interpreter::java_lang_math_tan :
H A DtemplateInterpreter_x86_32.cpp1505 case Interpreter::java_lang_math_tan : // fall thru
1531 case Interpreter::java_lang_math_tan : // fall thru
H A DtemplateInterpreter_x86_64.cpp1528 case Interpreter::java_lang_math_tan : // fall thru
1556 case Interpreter::java_lang_math_tan : // fall thru
H A DcppInterpreter_x86.cpp2215 case Interpreter::java_lang_math_tan : // fall thru
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterpreter_sparc.cpp390 case Interpreter::java_lang_math_tan : break;
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp856 case Interpreter::java_lang_math_tan:

Completed in 68 milliseconds