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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.cpp123 method_entry(java_lang_math_abs );
H A Dinterpreter.cpp230 case vmIntrinsics::_dabs : return java_lang_math_abs ;
294 case java_lang_math_abs : tty->print("java_lang_math_abs" ); break;
H A DabstractInterpreter.hpp109 java_lang_math_abs, // implementation of java.lang.Math.abs (x) enumerator in enum:AbstractInterpreter::MethodKind
H A DtemplateInterpreter.cpp368 method_entry(java_lang_math_abs )
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterpreter_x86_32.cpp169 case Interpreter::java_lang_math_abs:
H A Dinterpreter_x86_64.cpp265 case Interpreter::java_lang_math_abs:
H A DtemplateInterpreter_x86_32.cpp1506 case Interpreter::java_lang_math_abs : // fall thru
1532 case Interpreter::java_lang_math_abs : // fall thru
H A DtemplateInterpreter_x86_64.cpp1529 case Interpreter::java_lang_math_abs : // fall thru
1557 case Interpreter::java_lang_math_abs : // fall thru
H A DcppInterpreter_x86.cpp2216 case Interpreter::java_lang_math_abs : // fall thru
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterpreter_sparc.cpp392 case Interpreter::java_lang_math_abs : break;
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp857 case Interpreter::java_lang_math_abs:

Completed in 60 milliseconds