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

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

Completed in 31 milliseconds