Lines Matching refs:JNIEXPORT

70   JNIEXPORT volatile int32_t saAttached     = 0;
74 JNIEXPORT volatile int32_t saEventPending = 0;
77 JNIEXPORT volatile int32_t saEventKind = 0;
82 JNIEXPORT jthread saExceptionThread;
83 JNIEXPORT jclass saExceptionClass;
84 JNIEXPORT jmethodID saExceptionMethod;
85 JNIEXPORT int32_t saExceptionLocation;
86 JNIEXPORT jobject saExceptionException;
87 JNIEXPORT jclass saExceptionCatchClass;
88 JNIEXPORT jmethodID saExceptionCatchMethod;
89 JNIEXPORT int32_t saExceptionCatchLocation;
94 JNIEXPORT jthread saBreakpointThread;
95 JNIEXPORT jclass saBreakpointClass;
96 JNIEXPORT jmethodID saBreakpointMethod;
97 JNIEXPORT jlocation saBreakpointLocation;
105 extern JNIEXPORT const int32_t SA_CMD_SUSPEND_ALL = 0;
106 extern JNIEXPORT const int32_t SA_CMD_RESUME_ALL = 1;
107 extern JNIEXPORT const int32_t SA_CMD_TOGGLE_BREAKPOINT = 2;
108 extern JNIEXPORT const int32_t SA_CMD_BUF_SIZE = 1024;
113 JNIEXPORT volatile int32_t saCmdPending = 0;
117 JNIEXPORT volatile int32_t saCmdType = 0;
121 JNIEXPORT volatile int32_t saCmdResult = 0;
125 JNIEXPORT char saCmdResultErrMsg[SA_CMD_BUF_SIZE];
139 JNIEXPORT char saCmdBkptSrcFileName[SA_CMD_BUF_SIZE];
142 JNIEXPORT char saCmdBkptPkgName[SA_CMD_BUF_SIZE];
145 JNIEXPORT int32_t saCmdBkptLineNumber;
151 JNIEXPORT int32_t saCmdBkptResWasError;
155 JNIEXPORT int32_t saCmdBkptResLineNumber;
159 JNIEXPORT int32_t saCmdBkptResBCI;
164 JNIEXPORT int32_t saCmdBkptResWasSet;
168 JNIEXPORT char saCmdBkptResMethodName[SA_CMD_BUF_SIZE];
172 JNIEXPORT char saCmdBkptResMethodSig[SA_CMD_BUF_SIZE];
589 JNIEXPORT jint JNICALL