Home
last modified time | relevance | path

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

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