Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1978 jvalue jv_args[2]; in ThrowNewWrappedException() local
1982 jv_args[i].l = msg_string.get(); in ThrowNewWrappedException()
1986 jv_args[i].l = cause.get(); in ThrowNewWrappedException()
1990 InvokeWithJValues(soa, ref.get(), soa.EncodeMethod(exception_init_method), jv_args); in ThrowNewWrappedException()