Searched refs:generate_empty_entry (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DinterpreterGenerator_zero.hpp38 address generate_empty_entry();
H A DcppInterpreter_zero.cpp779 address InterpreterGenerator::generate_empty_entry() { function in class:InterpreterGenerator
843 entry_point = ((InterpreterGenerator*) this)->generate_empty_entry();
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DinterpreterGenerator_sparc.hpp36 address generate_empty_entry(void);
H A Dinterpreter_sparc.cpp384 case Interpreter::empty : entry_point = ((InterpreterGenerator*)this)->generate_empty_entry(); break;
H A DtemplateInterpreter_sparc.cpp603 address InterpreterGenerator::generate_empty_entry(void) { function in class:InterpreterGenerator
H A DcppInterpreter_sparc.cpp425 address InterpreterGenerator::generate_empty_entry(void) { function in class:InterpreterGenerator
/openjdk7/hotspot/src/cpu/x86/vm/
H A DinterpreterGenerator_x86.hpp39 address generate_empty_entry(void);
H A DcppInterpreterGenerator_x86.hpp35 address generate_empty_entry(void);
H A Dinterpreter_x86_32.cpp77 address InterpreterGenerator::generate_empty_entry(void) { function in class:InterpreterGenerator
H A Dinterpreter_x86_64.cpp330 address InterpreterGenerator::generate_empty_entry(void) { function in class:InterpreterGenerator
H A DtemplateInterpreter_x86_32.cpp1499 case Interpreter::empty : entry_point = ((InterpreterGenerator*)this)->generate_empty_entry(); break;
H A DtemplateInterpreter_x86_64.cpp1522 case Interpreter::empty : entry_point = ((InterpreterGenerator*)this)->generate_empty_entry(); break;
H A DcppInterpreter_x86.cpp2208 case Interpreter::empty : entry_point = ((InterpreterGenerator*)this)->generate_empty_entry(); break;

Completed in 73 milliseconds