Searched refs:ThrowNew (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Dcheck_jni.cc1182 static jint ThrowNew(JNIEnv* env, jclass c, const char* message) { function in class:art::CheckJNI
1184 return CHECK_JNI_EXIT("I", baseEnv(env)->ThrowNew(env, c, message));
1807 CheckJNI::ThrowNew,
H A Djni_internal_test.cc1820 TEST_F(JniInternalTest, ThrowNew) {
1828 EXPECT_EQ(JNI_OK, env_->ThrowNew(exception_class, "hello world"));
1834 EXPECT_EQ(JNI_OK, env_->ThrowNew(exception_class, NULL));
H A Djni_internal.cc755 static jint ThrowNew(JNIEnv* env, jclass c, const char* msg) { function in class:art::JNI
756 CHECK_NON_NULL_ARGUMENT(ThrowNew, c);
2614 JNI::ThrowNew,
H A Dthread.cc246 env->ThrowNew(error_class.get(), "Thread starting during runtime shutdown");
/art/compiler/jni/
H A Djni_compiler_test.cc520 env->ThrowNew(c, "hello");

Completed in 1222 milliseconds