Searched refs:exception_check (Results 1 - 1 of 1) sorted by last modified time

/art/test/004-JniTest/
H A Djni_test.cc448 bool exception_check = env_->ExceptionCheck(); local
450 if (!exception_check) {
455 } else if (exception_check) {

Completed in 32 milliseconds