Searched refs:msg_string (Results 1 – 1 of 1) sorted by relevance
2308 ScopedLocalRef<jstring> msg_string(GetJniEnv(), nullptr); in ThrowNewWrappedException() local2311 msg_string.reset( in ThrowNewWrappedException()2313 if (UNLIKELY(msg_string.get() == nullptr)) { in ThrowNewWrappedException()2340 exception->SetDetailMessage(down_cast<mirror::String*>(DecodeJObject(msg_string.get()))); in ThrowNewWrappedException()2358 jv_args[i].l = msg_string.get(); in ThrowNewWrappedException()