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