Searched refs:Throw (Results 1 - 10 of 10) sorted by relevance

/art/test/427-bounds/src/
H A DMain.java21 $opt$Throw(new int[1]);
43 static void $opt$Throw(int[] array) {
/art/test/003-omnibus-opcodes/src/
H A DThrow.java20 public class Throw { class
30 System.out.println("Throw.one");
43 System.out.println("Throw.twoA");
65 System.out.println("Throw.twoN");
87 System.out.println("Throw.rethrow");
117 Throw th = new Throw();
H A DMain.java50 Throw.run();
/art/runtime/
H A Djni_internal_test.cc1969 TEST_F(JniInternalTest, Throw) {
1975 EXPECT_EQ(JNI_OK, env_->Throw(exception));
1983 EXPECT_EQ(JNI_ERR, env_->Throw(nullptr));
1986 EXPECT_EQ(JNI_ERR, env_->Throw(nullptr));
1987 check_jni_abort_catcher.Check("Throw received NULL jthrowable");
H A Dreflection.cc659 soa.Env()->Throw(reinterpret_cast<jthrowable>(exception_instance));
H A Dcheck_jni.cc1619 static jint Throw(JNIEnv* env, jthrowable obj) { function in class:art::CheckJNI
1625 result.i = baseEnv(env)->Throw(env, obj);
3394 CheckJNI::Throw,
H A Djni_internal.cc436 static jint Throw(JNIEnv* env, jthrowable java_exception) { function in class:art::JNI
2500 JNI::Throw,
H A Dclass_linker.cc177 env->Throw(cause.get());
/art/runtime/native/
H A Djava_lang_Class.cc86 env->Throw(cnfe);
/art/compiler/optimizing/
H A Dnodes.h869 M(Throw, Instruction) \
3652 DECLARE_INSTRUCTION(Throw);

Completed in 190 milliseconds