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

/openjdk7/hotspot/src/cpu/zero/vm/
H A DinterpreterGenerator_zero.hpp37 address generate_math_entry(AbstractInterpreter::MethodKind kind);
H A Dinterpreter_zero.cpp61 address InterpreterGenerator::generate_math_entry( function in class:InterpreterGenerator
H A DcppInterpreter_zero.cpp863 entry_point = ((InterpreterGenerator*) this)->generate_math_entry(kind);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DinterpreterGenerator_sparc.hpp35 address generate_math_entry(AbstractInterpreter::MethodKind kind);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DinterpreterGenerator_x86.hpp38 address generate_math_entry(AbstractInterpreter::MethodKind kind);
H A DcppInterpreterGenerator_x86.hpp34 address generate_math_entry(AbstractInterpreter::MethodKind kind);
H A Dinterpreter_x86_32.cpp108 address InterpreterGenerator::generate_math_entry(AbstractInterpreter::MethodKind kind) { function in class:InterpreterGenerator
H A Dinterpreter_x86_64.cpp203 address InterpreterGenerator::generate_math_entry(AbstractInterpreter::MethodKind kind) { function in class:InterpreterGenerator
H A DtemplateInterpreter_x86_32.cpp1511 case Interpreter::java_lang_math_exp : entry_point = ((InterpreterGenerator*)this)->generate_math_entry(kind); break;
H A DtemplateInterpreter_x86_64.cpp1534 case Interpreter::java_lang_math_exp : entry_point = ((InterpreterGenerator*)this)->generate_math_entry(kind); break;
H A DcppInterpreter_x86.cpp2219 case Interpreter::java_lang_math_sqrt : entry_point = ((InterpreterGenerator*)this)->generate_math_entry(kind); break;

Completed in 52 milliseconds