Searched refs:g_exception_handler_callback (Results 1 – 1 of 1) sorted by relevance
21 void (*g_exception_handler_callback)(JNIEnv*) = nullptr; variable237 g_exception_handler_callback = callback; in SetExceptionHandler()245 if (g_exception_handler_callback) { in CheckException()246 return g_exception_handler_callback(env); in CheckException()