Searched refs:generate_normal_entry (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DinterpreterGenerator_zero.hpp34 address generate_normal_entry(bool synchronized);
H A DcppInterpreter_zero.cpp819 address InterpreterGenerator::generate_normal_entry(bool synchronized) { function in class:InterpreterGenerator
875 entry_point = ((InterpreterGenerator*) this)->generate_normal_entry(false);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DinterpreterGenerator_sparc.hpp32 address generate_normal_entry(bool synchronized);
H A Dinterpreter_sparc.cpp406 return ((InterpreterGenerator*)this)->generate_normal_entry(synchronized);
H A DtemplateInterpreter_sparc.cpp624 (void) generate_normal_entry(false);
727 (void) generate_normal_entry(false);
803 (void) generate_normal_entry(false);
1250 address InterpreterGenerator::generate_normal_entry(bool synchronized) { function in class:InterpreterGenerator
H A DcppInterpreter_sparc.cpp1521 address InterpreterGenerator::generate_normal_entry(bool synchronized) { function in class:InterpreterGenerator
/openjdk7/hotspot/src/cpu/x86/vm/
H A DinterpreterGenerator_x86.hpp35 address generate_normal_entry(bool synchronized);
H A Dinterpreter_x86_32.cpp104 (void) generate_normal_entry(false);
H A Dinterpreter_x86_64.cpp355 (void) generate_normal_entry(false);
H A DtemplateInterpreter_x86_64.cpp738 (void) generate_normal_entry(false);
740 (void) generate_normal_entry(false);
823 (void) generate_normal_entry(false);
1293 address InterpreterGenerator::generate_normal_entry(bool synchronized) { function in class:InterpreterGenerator
1547 generate_normal_entry(synchronized);
H A DtemplateInterpreter_x86_32.cpp757 (void) generate_normal_entry(false);
845 (void) generate_normal_entry(false);
1281 address InterpreterGenerator::generate_normal_entry(bool synchronized) { function in class:InterpreterGenerator
1521 return ((InterpreterGenerator*)this)->generate_normal_entry(synchronized);
H A DcppInterpreter_x86.cpp1641 address InterpreterGenerator::generate_normal_entry(bool synchronized) { function in class:InterpreterGenerator
2227 return ((InterpreterGenerator*)this)->generate_normal_entry(synchronized);

Completed in 68 milliseconds