Searched refs:pass_oop (Results 1 - 4 of 4) sorted by relevance
| /openjdk7/hotspot/src/share/vm/interpreter/ |
| H A D | templateInterpreterGenerator.hpp | 52 address generate_exception_handler_common(const char* name, const char* message, bool pass_oop);
|
| /openjdk7/hotspot/src/cpu/x86/vm/ |
| H A D | templateInterpreter_x86_32.cpp | 115 address TemplateInterpreterGenerator::generate_exception_handler_common(const char* name, const char* message, bool pass_oop) { argument 116 assert(!pass_oop || message == NULL, "either oop or message but not both"); 118 if (pass_oop) { 127 if (pass_oop) {
|
| H A D | templateInterpreter_x86_64.cpp | 124 const char* name, const char* message, bool pass_oop) { 125 assert(!pass_oop || message == NULL, "either oop or message but not both"); 127 if (pass_oop) { 136 if (pass_oop) { 123 generate_exception_handler_common( const char* name, const char* message, bool pass_oop) argument
|
| /openjdk7/hotspot/src/cpu/sparc/vm/ |
| H A D | templateInterpreter_sparc.cpp | 95 address TemplateInterpreterGenerator::generate_exception_handler_common(const char* name, const char* message, bool pass_oop) { argument 96 assert(!pass_oop || message == NULL, "either oop or message but not both"); 102 if (pass_oop) {
|
Completed in 50 milliseconds