Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1917 ScopedLocalRef<jstring> msg_string(GetJniEnv(), nullptr); in ThrowNewWrappedException() local
1920 msg_string.reset( in ThrowNewWrappedException()
1922 if (UNLIKELY(msg_string.get() == nullptr)) { in ThrowNewWrappedException()
1949 exception->SetDetailMessage(down_cast<mirror::String*>(DecodeJObject(msg_string.get()))); in ThrowNewWrappedException()
1967 jv_args[i].l = msg_string.get(); in ThrowNewWrappedException()