setjmp 69 core/CodegenLIR.cpp int __cdecl setjmp(jmp_buf jmpbuf); setjmp 215 core/CodegenLIR.cpp # define SETJMP ((uintptr)::setjmp) setjmp 81 platform/mac/mac-platform.h #define VMPI_setjmpNoUnwind ::setjmp setjmp 78 platform/symbian/symbian-platform.h #define VMPI_setjmpNoUnwind ::setjmp setjmp 81 platform/unix/unix-platform.h #define VMPI_setjmpNoUnwind ::setjmp setjmp 166 platform/win32/win32-platform.h #define VMPI_setjmpNoUnwind(buf) ::setjmp(buf) setjmp 170 platform/win32/win32-platform.h #define VMPI_setjmpNoUnwind(buf) ::setjmp(buf)