Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc3349 jvalue jv_args[2]; in ThrowNewWrappedException() local
3353 jv_args[i].l = msg_string.get(); in ThrowNewWrappedException()
3357 jv_args[i].l = cause.get(); in ThrowNewWrappedException()
3361 InvokeWithJValues(soa, ref.get(), exception_init_method, jv_args); in ThrowNewWrappedException()