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

/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp786 address InterpreterGenerator::generate_accessor_entry() { function in class:InterpreterGenerator
810 return generate_accessor_entry();
847 entry_point = ((InterpreterGenerator*) this)->generate_accessor_entry();
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp636 address InterpreterGenerator::generate_accessor_entry(void) { function in class:InterpreterGenerator
810 return generate_accessor_entry();
H A DcppInterpreter_sparc.cpp456 address InterpreterGenerator::generate_accessor_entry(void) { function in class:InterpreterGenerator
572 return generate_accessor_entry();
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp794 address InterpreterGenerator::generate_accessor_entry(void) { function in class:InterpreterGenerator
959 return generate_accessor_entry();
2209 case Interpreter::accessor : entry_point = ((InterpreterGenerator*)this)->generate_accessor_entry(); break;
H A DtemplateInterpreter_x86_32.cpp634 address InterpreterGenerator::generate_accessor_entry(void) { function in class:InterpreterGenerator
853 return generate_accessor_entry();
1500 case Interpreter::accessor : entry_point = ((InterpreterGenerator*)this)->generate_accessor_entry(); break;
H A DtemplateInterpreter_x86_64.cpp606 address InterpreterGenerator::generate_accessor_entry(void) { function in class:InterpreterGenerator
831 return generate_accessor_entry();
1523 case Interpreter::accessor : entry_point = ((InterpreterGenerator*)this)->generate_accessor_entry(); break;

Completed in 61 milliseconds