Home
last modified time | relevance | path

Searched refs:Throw (Results 1 – 15 of 15) sorted by relevance

/art/test/003-omnibus-opcodes/
Dexpected.txt58 Throw.one
59 Throw.twoA
60 Throw.twoN
61 Throw.rethrow
/art/test/427-bounds/src/
DMain.java21 $opt$Throw(new int[1]); in main()
43 static void $opt$Throw(int[] array) { in $opt$Throw()
/art/test/003-omnibus-opcodes/src/
DThrow.java20 public class Throw { class
117 Throw th = new Throw(); in run()
DMain.java50 Throw.run(); in run()
/art/runtime/openjdkjvmti/
Devents-inl.h157 jnienv->Throw(thr.get()); in DispatchClassFileLoadHookEvent()
204 jnienv->Throw(thr.get()); in DispatchEvent()
241 jnienv->Throw(thr.get());
281 jnienv->Throw(thr.get());
306 jnienv->Throw(thr.get());
/art/runtime/
Djni_internal_test.cc2096 TEST_F(JniInternalTest, Throw) { in TEST_F() argument
2102 EXPECT_EQ(JNI_OK, env_->Throw(exception)); in TEST_F()
2110 EXPECT_EQ(JNI_ERR, env_->Throw(nullptr)); in TEST_F()
2113 EXPECT_EQ(JNI_ERR, env_->Throw(nullptr)); in TEST_F()
Dreflection.cc686 soa.Env()->Throw(reinterpret_cast<jthrowable>(exception_instance)); in InvokeMethod()
Dcheck_jni.cc1815 static jint Throw(JNIEnv* env, jthrowable obj) { in Throw() function in art::CheckJNI
1821 result.i = baseEnv(env)->Throw(env, obj); in Throw()
3601 CheckJNI::Throw,
Djni_internal.cc532 static jint Throw(JNIEnv* env, jthrowable java_exception) { in Throw() function in art::JNI
2674 JNI::Throw,
Dclass_linker.cc269 env->Throw(cause.get()); in WrapExceptionInInitializer()
/art/test/VerifierDeps/
DMain.smali170 .method public static Throw(Ljava/lang/IllegalStateException;)V
/art/test/510-checker-try-catch/smali/
DBuilder.smali926 # Test that a TryBoundary is inserted between a Throw instruction and the exit
938 ## CHECK: Throw
/art/runtime/native/
Djava_lang_Class.cc97 env->Throw(cnfe); in Class_classForName()
/art/compiler/
Dverifier_deps_test.cc666 TEST_F(VerifierDepsTest, Throw) { in TEST_F() argument
/art/compiler/optimizing/
Dnodes.h1369 M(Throw, Instruction) \
6293 DECLARE_INSTRUCTION(Throw);