Searched defs:exception_name (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp113 Symbol* exception_name = NULL; local
133 exception_name = split_verifier.result();
135 (exception_name == vmSymbols::java_lang_VerifyError() ||
136 exception_name == vmSymbols::java_lang_ClassFormatError())) {
141 exception_name = inference_verify(
144 if (exception_name != NULL) {
148 exception_name = inference_verify(
157 } else if (exception_name != NULL) {
166 } else if (exception_name == NULL) {
171 SystemDictionary::resolve_or_fail(exception_name, tru
[all...]
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2440 st->print("si_signo=%s: ", os::exception_name(si->si_signo, buf, buflen));
4461 st->print("%s: ", os::exception_name(sig, buf, buflen));
4594 tty->print("Warning: %s handler ", exception_name(sig, buf, O_BUFLEN));
4600 tty->print("Warning: %s handler flags ", exception_name(sig, buf, O_BUFLEN));
4617 const char* os::exception_name(int exception_code, char* buf, size_t size) { function in class:os
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp2263 st->print("si_signo=%s: ", os::exception_name(si->si_signo, buf, buflen));
4275 st->print("%s: ", os::exception_name(sig, buf, buflen));
4408 tty->print("Warning: %s handler ", exception_name(sig, buf, O_BUFLEN));
4414 tty->print("Warning: %s handler flags ", exception_name(sig, buf, O_BUFLEN));
4431 const char* os::exception_name(int exception_code, char* buf, size_t size) { function in class:os
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2336 st->print("si_signo=%s: ", os::exception_name(si->si_signo, buf, buflen));
2423 st->print("%s: ", os::exception_name(sig, buf, buflen));
4890 tty->print("Warning: %s handler ", exception_name(sig, buf, O_BUFLEN));
4896 tty->print("Warning: %s handler flags ", exception_name(sig, buf, O_BUFLEN));
5000 const char* os::exception_name(int exception_code, char* buf, size_t size) { function in class:os
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp2104 const char* os::exception_name(int exception_code, char *buf, size_t size) { function in class:os

Completed in 2396 milliseconds