Home
last modified time | relevance | path

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

/art/test/003-omnibus-opcodes/
Dexpected.txt66 Throw.one
67 Throw.twoA
68 Throw.twoN
69 Throw.rethrow
/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/native/
Djava_lang_Class.cc76 env->Throw(cnfe); in Class_classForName()
/art/runtime/
Djni_internal_test.cc1551 TEST_F(JniInternalTest, Throw) { in TEST_F() argument
1552 EXPECT_EQ(JNI_ERR, env_->Throw(nullptr)); in TEST_F()
1559 EXPECT_EQ(JNI_OK, env_->Throw(exception)); in TEST_F()
1567 EXPECT_EQ(JNI_ERR, env_->Throw(nullptr)); in TEST_F()
Dcheck_jni.cc1169 static jint Throw(JNIEnv* env, jthrowable obj) { in Throw() function in art::CheckJNI
1172 return CHECK_JNI_EXIT("I", baseEnv(env)->Throw(env, obj)); in Throw()
1799 CheckJNI::Throw,
Dreflection.cc595 soa.Env()->Throw(reinterpret_cast<jthrowable>(exception_instance)); in InvokeMethod()
Djni_internal.cc690 static jint Throw(JNIEnv* env, jthrowable java_exception) { in Throw() function in art::JNI
2733 JNI::Throw,
Dclass_linker.cc122 env->Throw(cause.get()); in WrapExceptionInInitializer()