Searched refs:doThrowISE (Results 1 – 3 of 3) sorted by relevance
264 void doThrowISE(JNIEnv* env, const char* msg = NULL); // Illegal State
29 void doThrowISE(JNIEnv* env, const char* msg) { in doThrowISE() function
184 doThrowISE(env, "Underflow in restore"); in restore()