Searched defs:java_exception (Results 1 - 1 of 1) sorted by path

/art/runtime/
H A Djni_internal.cc690 static jint Throw(JNIEnv* env, jthrowable java_exception) { argument
692 mirror::Throwable* exception = soa.Decode<mirror::Throwable*>(java_exception);

Completed in 29 milliseconds