Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_internal_test.cc2337 jthrowable thrown_exception = env_->ExceptionOccurred(); in TEST_F() local
2339 EXPECT_TRUE(env_->IsSameObject(exception, thrown_exception)); in TEST_F()
2355 jthrowable thrown_exception; in TEST_F() local
2359 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
2361 EXPECT_TRUE(env_->IsInstanceOf(thrown_exception, exception_class)); in TEST_F()
2365 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
2367 EXPECT_TRUE(env_->IsInstanceOf(thrown_exception, exception_class)); in TEST_F()
2447 jthrowable thrown_exception; in TEST_F() local
2452 thrown_exception = env_->ExceptionOccurred(); in TEST_F()
2454 EXPECT_TRUE(env_->IsInstanceOf(thrown_exception, imse_class)); in TEST_F()
[all …]