Home | History | Annotate | Download | only in mirror

Lines Matching full:old_exception

83     Handle<mirror::Throwable> old_exception(hs.NewHandle(self->GetException()));
84 CHECK(old_exception.Get() != nullptr);
88 bool throw_eiie = (old_exception.Get() == nullptr);
91 const char* old_exception_descriptor = old_exception->GetClass()->GetDescriptor(&temp);
103 Class* exception_class = old_exception->GetClass();
110 self->SetException(old_exception.Get());