Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc3030 ScopedLocalRef<jstring> msg_string(GetJniEnv(), nullptr); in ThrowNewWrappedException() local
3033 msg_string.reset( in ThrowNewWrappedException()
3035 if (UNLIKELY(msg_string.get() == nullptr)) { in ThrowNewWrappedException()
3062 exception->SetDetailMessage(DecodeJObject(msg_string.get())->AsString()); in ThrowNewWrappedException()
3080 jv_args[i].l = msg_string.get(); in ThrowNewWrappedException()