Home
last modified time | relevance | path

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

/art/test/004-JniTest/
Djni_test.cc468 bool exception_check = env_->ExceptionCheck(); in CallMethod() local
470 if (!exception_check) { in CallMethod()
475 } else if (exception_check) { in CallMethod()