Home | History | Annotate | Download | only in runtime

Lines Matching refs:DecodeJObject

1334 mirror::Object* Thread::DecodeJObject(jobject obj) const {
1741 exception->SetDetailMessage(down_cast<mirror::String*>(DecodeJObject(msg_string.get())));
1744 exception->SetCause(down_cast<mirror::Throwable*>(DecodeJObject(cause.get())));
1751 exception->SetStackState(down_cast<mirror::Throwable*>(DecodeJObject(trace.get())));