Home
last modified time | relevance | path

Searched refs:excp_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dthread.cc4349 : self_(self), hs_(self_), excp_(hs_.NewHandle<art::mirror::Throwable>(self_->GetException())) { in ScopedExceptionStorage()
4355 ObjPtr<mirror::Throwable> old_suppressed(excp_.Get()); in SuppressOldException()
4356 excp_.Assign(self_->GetException()); in SuppressOldException()
4363 if (!excp_.IsNull()) { in ~ScopedExceptionStorage()
4364 self_->SetException(excp_.Get()); in ~ScopedExceptionStorage()
Dthread.h2027 MutableHandle<mirror::Throwable> excp_; variable