Lines Matching defs:exception_code

2104 const char* os::exception_name(int exception_code, char *buf, size_t size) {
2106 if (exceptlabels[i].number == exception_code) {
2152 DWORD exception_code = exceptionInfo->ExceptionRecord->ExceptionCode;
2154 switch (exception_code) {
2211 static inline void report_error(Thread* t, DWORD exception_code,
2213 VMError err(t, exception_code, addr, siginfo, context);
2223 DWORD exception_code = exceptionInfo->ExceptionRecord->ExceptionCode;
2238 if (exception_code == EXCEPTION_ACCESS_VIOLATION) {
2310 report_error(t, exception_code, addr, exceptionInfo->ExceptionRecord,
2321 if ( exception_code == EXCEPTION_ACCESS_VIOLATION ) {
2337 if (exception_code == EXCEPTION_STACK_OVERFLOW) {
2378 report_error(t, exception_code, pc, exceptionInfo->ExceptionRecord,
2393 } else if (exception_code == EXCEPTION_ACCESS_VIOLATION) {
2477 report_error(t, exception_code, pc, exceptionInfo->ExceptionRecord,
2488 report_error(t, exception_code, pc, exceptionInfo->ExceptionRecord,
2500 if (exception_code == EXCEPTION_ACCESS_VIOLATION) {
2519 report_error(t, exception_code, pc, exceptionInfo->ExceptionRecord,
2525 switch (exception_code) {
2537 exception_code != EXCEPTION_UNCAUGHT_CXX_EXCEPTION)
2545 if (exception_code != EXCEPTION_BREAKPOINT) {
2547 report_error(t, exception_code, pc, exceptionInfo->ExceptionRecord,
2554 switch ( exception_code ) {
2562 { report_error(t, exception_code, pc, exceptionInfo->ExceptionRecord,
2581 DWORD exception_code = exceptionInfo->ExceptionRecord->ExceptionCode;
2582 if (exception_code == EXCEPTION_ACCESS_VIOLATION) {
4907 DWORD exception_code = e->ExceptionRecord->ExceptionCode;
4909 if ( exception_code == EXCEPTION_ACCESS_VIOLATION ) {