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

/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp793 address InterpreterGenerator::generate_Reference_get_entry(void) { function in class:InterpreterGenerator
867 entry_point = ((InterpreterGenerator*)this)->generate_Reference_get_entry();
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp734 address InterpreterGenerator::generate_Reference_get_entry(void) { function in class:InterpreterGenerator
H A DcppInterpreter_sparc.cpp555 address InterpreterGenerator::generate_Reference_get_entry(void) { function in class:InterpreterGenerator
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp942 address InterpreterGenerator::generate_Reference_get_entry(void) { function in class:InterpreterGenerator
2221 : entry_point = ((InterpreterGenerator*)this)->generate_Reference_get_entry(); break;
H A DtemplateInterpreter_x86_32.cpp765 address InterpreterGenerator::generate_Reference_get_entry(void) { function in class:InterpreterGenerator
1513 : entry_point = ((InterpreterGenerator*)this)->generate_Reference_get_entry(); break;
H A DtemplateInterpreter_x86_64.cpp747 address InterpreterGenerator::generate_Reference_get_entry(void) { function in class:InterpreterGenerator
1536 : entry_point = ((InterpreterGenerator*)this)->generate_Reference_get_entry(); break;

Completed in 273 milliseconds