OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thrown_class
(Results
1 - 1
of
1
) sorted by null
/art/test/004-JniTest/
jni_test.cc
322
jclass
thrown_class
= env->GetObjectClass(thrown);
local
323
CHECK(env->IsSameObject(unsatisfied_link_error_clazz,
thrown_class
));
Completed in 80 milliseconds