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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.cpp125 method_entry(java_lang_math_log );
H A Dinterpreter.cpp232 case vmIntrinsics::_dlog : return java_lang_math_log ;
296 case java_lang_math_log : tty->print("java_lang_math_log" ); break;
H A DabstractInterpreter.hpp111 java_lang_math_log, // implementation of java.lang.Math.log (x) enumerator in enum:AbstractInterpreter::MethodKind
H A DtemplateInterpreter.cpp370 method_entry(java_lang_math_log )
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterpreter_x86_32.cpp172 case Interpreter::java_lang_math_log:
H A Dinterpreter_x86_64.cpp268 case Interpreter::java_lang_math_log:
H A DtemplateInterpreter_x86_32.cpp1507 case Interpreter::java_lang_math_log : // fall thru
1533 case Interpreter::java_lang_math_log : // fall thru
H A DtemplateInterpreter_x86_64.cpp1530 case Interpreter::java_lang_math_log : // fall thru
1558 case Interpreter::java_lang_math_log : // fall thru
H A DcppInterpreter_x86.cpp2217 case Interpreter::java_lang_math_log : // fall thru
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterpreter_sparc.cpp393 case Interpreter::java_lang_math_log : break;
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp858 case Interpreter::java_lang_math_log:

Completed in 59 milliseconds