Searched defs:ThrowNew (Results 1 – 3 of 3) sorted by relevance
1182 static jint ThrowNew(JNIEnv* env, jclass c, const char* message) { in ThrowNew() function in art::CheckJNI
1820 TEST_F(JniInternalTest, ThrowNew) { in TEST_F() argument
755 static jint ThrowNew(JNIEnv* env, jclass c, const char* msg) { in ThrowNew() function in art::JNI