Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1963 jvalue jv_args[2]; in ThrowNewWrappedException() local
1967 jv_args[i].l = msg_string.get(); in ThrowNewWrappedException()
1971 jv_args[i].l = cause.get(); in ThrowNewWrappedException()
1975 InvokeWithJValues(soa, ref.get(), soa.EncodeMethod(exception_init_method), jv_args); in ThrowNewWrappedException()