Searched refs:TemplateInterpreterGenerator (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterGenerator.hpp38 NOT_CC_INTERP(TemplateInterpreterGenerator) {
H A DbytecodeHistogram.hpp38 friend class TemplateInterpreterGenerator;
61 friend class TemplateInterpreterGenerator;
89 friend class TemplateInterpreterGenerator;
H A DtemplateInterpreterGenerator.hpp33 class TemplateInterpreterGenerator: public AbstractInterpreterGenerator { class in inherits:AbstractInterpreterGenerator
87 TemplateInterpreterGenerator(StubQueue* _code);
H A DtemplateInterpreter.cpp195 TemplateInterpreterGenerator::TemplateInterpreterGenerator(StubQueue* _code): AbstractInterpreterGenerator(_code) { function in class:TemplateInterpreterGenerator
213 void TemplateInterpreterGenerator::generate_all() {
393 address TemplateInterpreterGenerator::generate_error_exit(const char* msg) {
402 void TemplateInterpreterGenerator::set_entry_points_for_all_bytes() {
414 void TemplateInterpreterGenerator::set_safepoints_for_all_bytes() {
422 void TemplateInterpreterGenerator::set_unimplemented(int i) {
430 void TemplateInterpreterGenerator::set_entry_points(Bytecodes::Code code) {
463 void TemplateInterpreterGenerator::set_wide_entry_point(Template* t, address& wep) {
470 void TemplateInterpreterGenerator
[all...]
H A DtemplateInterpreter.hpp85 friend class TemplateInterpreterGenerator;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp95 address TemplateInterpreterGenerator::generate_exception_handler_common(const char* name, const char* message, bool pass_oop) {
116 address TemplateInterpreterGenerator::generate_ClassCastException_handler() {
131 address TemplateInterpreterGenerator::generate_ArrayIndexOutOfBounds_handler(const char* name) {
145 address TemplateInterpreterGenerator::generate_StackOverflowError_handler() {
155 address TemplateInterpreterGenerator::generate_return_entry_for(TosState state, int step) {
215 address TemplateInterpreterGenerator::generate_deopt_entry_for(TosState state, int step) {
235 address TemplateInterpreterGenerator::generate_result_handler_for(BasicType type) {
266 address TemplateInterpreterGenerator::generate_safept_entry_for(TosState state, address runtime_entry) {
275 address TemplateInterpreterGenerator::generate_continuation_for(TosState state) {
396 void TemplateInterpreterGenerator
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp58 address TemplateInterpreterGenerator::generate_StackOverflowError_handler() {
88 address TemplateInterpreterGenerator::generate_ArrayIndexOutOfBounds_handler(const char* name) {
100 address TemplateInterpreterGenerator::generate_ClassCastException_handler() {
115 address TemplateInterpreterGenerator::generate_exception_handler_common(const char* name, const char* message, bool pass_oop) {
143 address TemplateInterpreterGenerator::generate_continuation_for(TosState state) {
152 address TemplateInterpreterGenerator::generate_return_entry_for(TosState state, int step) {
221 address TemplateInterpreterGenerator::generate_deopt_entry_for(TosState state, int step) {
280 address TemplateInterpreterGenerator::generate_result_handler_for(BasicType type) {
325 address TemplateInterpreterGenerator::generate_safept_entry_for(TosState state, address runtime_entry) {
587 void TemplateInterpreterGenerator
[all...]
H A DtemplateInterpreter_x86_64.cpp58 address TemplateInterpreterGenerator::generate_StackOverflowError_handler() {
88 address TemplateInterpreterGenerator::generate_ArrayIndexOutOfBounds_handler(
105 address TemplateInterpreterGenerator::generate_ClassCastException_handler() {
123 address TemplateInterpreterGenerator::generate_exception_handler_common(
159 address TemplateInterpreterGenerator::generate_continuation_for(TosState state) {
168 address TemplateInterpreterGenerator::generate_return_entry_for(TosState state, int step) {
205 address TemplateInterpreterGenerator::generate_deopt_entry_for(TosState state,
249 address TemplateInterpreterGenerator::generate_result_handler_for(
274 address TemplateInterpreterGenerator::generate_safept_entry_for(
562 void TemplateInterpreterGenerator
[all...]

Completed in 47 milliseconds