Searched refs:Throw (Results 1 – 14 of 14) 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()
74 env_->Throw(throw_.get()); in ~ScopedEventDispatchEnvironment()
170 .method public static Throw(Ljava/lang/IllegalStateException;)V
690 soa.Env()->Throw(reinterpret_cast<jthrowable>(exception_instance)); in InvokeMethod()
1944 static jint Throw(JNIEnv* env, jthrowable obj) { in Throw() function in art::__anona2e1a4fa0111::CheckJNI1951 result.i = baseEnv(env)->Throw(env, obj); in Throw()3779 CheckJNI::Throw,
555 static jint Throw(JNIEnv* env, jthrowable java_exception) { in Throw() function in art::JNI2702 JNI::Throw,
926 # Test that a TryBoundary is inserted between a Throw instruction and the exit938 ## CHECK: Throw
194 env->Throw(cnfe); in Class_classForName()
665 TEST_F(VerifierDepsTest, Throw) { in TEST_F() argument