Home | History | Annotate | Download | only in runtime

Lines Matching refs:msg_string

2686   ScopedLocalRef<jstring> msg_string(GetJniEnv(), nullptr);
2689 msg_string.reset(
2691 if (UNLIKELY(msg_string.get() == nullptr)) {
2718 exception->SetDetailMessage(DecodeJObject(msg_string.get())->AsString());
2736 jv_args[i].l = msg_string.get();