Home
last modified time | relevance | path

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

/art/test/004-JniTest/
Djni_test.cc342 jclass thrown_class = env->GetObjectClass(thrown); in testShallowGetCallingClassLoader() local
343 CHECK(env->IsSameObject(unsatisfied_link_error_clazz, thrown_class)); in testShallowGetCallingClassLoader()