Searched refs:Throw (Results 1 – 15 of 15) sorted by relevance
58 Throw.one59 Throw.twoA60 Throw.twoN61 Throw.rethrow
21 $opt$Throw(new int[1]); in main()43 static void $opt$Throw(int[] array) { in $opt$Throw()
20 public class Throw { class117 Throw th = new Throw(); in run()
50 Throw.run(); in run()
73 jnienv->Throw(e); in exceptionCB()104 jnienv->Throw(e); in exceptionCatchCB()
36 env->Throw(exc.get()); in IsInCallback()51 env->Throw(exc.get()); in SetInCallback()678 env->Throw(err.get()); in Java_art_Trace_disableTracing()
198 env->Throw(exc.get()); in FindClass()
2212 TEST_F(JniInternalTest, Throw) { in TEST_F() argument2218 EXPECT_EQ(JNI_OK, env_->Throw(exception)); in TEST_F()2226 EXPECT_EQ(JNI_ERR, env_->Throw(nullptr)); in TEST_F()2229 EXPECT_EQ(JNI_ERR, env_->Throw(nullptr)); in TEST_F()
589 static jint Throw(JNIEnv* env, jthrowable java_exception) { in Throw() function in art::JNI2739 JNIImpl::Throw,
170 .method public static Throw(Ljava/lang/IllegalStateException;)V
77 env_->Throw(throw_.get()); in ~ScopedEventDispatchEnvironment()
926 # Test that a TryBoundary is inserted between a Throw instruction and the exit938 ## CHECK: Throw
508 soa.Env()->Throw(reinterpret_cast<jthrowable>(exception_instance)); in InvokeMethodImpl()
211 env->Throw(cnfe); in Class_classForName()
711 TEST_F(VerifierDepsTest, Throw) { in TEST_F() argument