Home | History | Annotate | Download | only in runtime

Lines Matching refs:msg_string

1672   ScopedLocalRef<jstring> msg_string(GetJniEnv(), nullptr);
1675 msg_string.reset(
1677 if (UNLIKELY(msg_string.get() == nullptr)) {
1704 exception->SetDetailMessage(down_cast<mirror::String*>(DecodeJObject(msg_string.get())));
1725 jv_args[i].l = msg_string.get();