Searched refs:generate_entry (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreterGenerator_zero.hpp43 address generate_entry(address entry_point) { function
H A Dinterpreter_zero.cpp70 return generate_entry((address) ShouldNotCallThisEntry());
H A DcppInterpreter_zero.cpp783 return generate_entry((address) CppInterpreter::empty_entry);
790 return generate_entry((address) CppInterpreter::accessor_entry);
816 return generate_entry((address) CppInterpreter::native_entry);
822 return generate_entry((address) CppInterpreter::normal_entry);

Completed in 32 milliseconds