Searched refs:doThrowISE (Results 1 – 3 of 3) sorted by relevance
237 void doThrowISE(JNIEnv* env, const char* msg = NULL); // Illegal State
37 void doThrowISE(JNIEnv* env, const char* msg) { in doThrowISE() function
98 doThrowISE(env, "Underflow in restore - more restores than saves"); in restore()