Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_internal.cc588 static jint Throw(JNIEnv* env, jthrowable java_exception) { in Throw() argument
590 ObjPtr<mirror::Throwable> exception = soa.Decode<mirror::Throwable>(java_exception); in Throw()