Searched refs:Throw (Results 1 – 9 of 9) sorted by relevance
/art/test/003-omnibus-opcodes/ |
D | expected.txt | 66 Throw.one 67 Throw.twoA 68 Throw.twoN 69 Throw.rethrow
|
/art/test/003-omnibus-opcodes/src/ |
D | Throw.java | 20 public class Throw { class 117 Throw th = new Throw(); in run()
|
D | Main.java | 50 Throw.run(); in run()
|
/art/runtime/native/ |
D | java_lang_Class.cc | 76 env->Throw(cnfe); in Class_classForName()
|
/art/runtime/ |
D | jni_internal_test.cc | 1551 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()
|
D | check_jni.cc | 1169 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,
|
D | reflection.cc | 595 soa.Env()->Throw(reinterpret_cast<jthrowable>(exception_instance)); in InvokeMethod()
|
D | jni_internal.cc | 690 static jint Throw(JNIEnv* env, jthrowable java_exception) { in Throw() function in art::JNI 2733 JNI::Throw,
|
D | class_linker.cc | 122 env->Throw(cause.get()); in WrapExceptionInInitializer()
|