Searched defs:generate_native_entry (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp813 address InterpreterGenerator::generate_native_entry(bool synchronized) { function in class:InterpreterGenerator
835 entry_point = ((InterpreterGenerator*) this)->generate_native_entry(false);
839 entry_point = ((InterpreterGenerator*) this)->generate_native_entry(false);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp819 address InterpreterGenerator::generate_native_entry(bool synchronized) { function in class:InterpreterGenerator
H A DcppInterpreter_sparc.cpp581 address InterpreterGenerator::generate_native_entry(bool synchronized) { function in class:InterpreterGenerator
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp969 address InterpreterGenerator::generate_native_entry(bool synchronized) { function in class:InterpreterGenerator
2206 case Interpreter::native : entry_point = ((InterpreterGenerator*)this)->generate_native_entry(false); break;
2207 case Interpreter::native_synchronized : entry_point = ((InterpreterGenerator*)this)->generate_native_entry(true); break;
H A DtemplateInterpreter_x86_32.cpp862 address InterpreterGenerator::generate_native_entry(bool synchronized) { function in class:InterpreterGenerator
1497 case Interpreter::native : entry_point = ((InterpreterGenerator*)this)->generate_native_entry(false); break;
1498 case Interpreter::native_synchronized : entry_point = ((InterpreterGenerator*)this)->generate_native_entry(true); break;
H A DtemplateInterpreter_x86_64.cpp838 address InterpreterGenerator::generate_native_entry(bool synchronized) { function in class:InterpreterGenerator
1520 case Interpreter::native : entry_point = ((InterpreterGenerator*)this)->generate_native_entry(false); break;
1521 case Interpreter::native_synchronized : entry_point = ((InterpreterGenerator*)this)->generate_native_entry(true); break;

Completed in 62 milliseconds