Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_internal_test.cc2220 jthrowable thrown_exception = env_->ExceptionOccurred(); in TEST_F() local
2222 EXPECT_TRUE(env_->IsSameObject(exception, thrown_exception)); in TEST_F()
2238 jthrowable thrown_exception; in TEST_F() local
2242 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
2244 EXPECT_TRUE(env_->IsInstanceOf(thrown_exception, exception_class)); in TEST_F()
2248 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
2250 EXPECT_TRUE(env_->IsInstanceOf(thrown_exception, exception_class)); in TEST_F()
2330 jthrowable thrown_exception; in TEST_F() local
2335 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
2337 EXPECT_TRUE(env_->IsInstanceOf(thrown_exception, imse_class)); in TEST_F()
[all …]