Home | History | Annotate | Download | only in runtime

Lines Matching defs:exception_

956       exception_(NULL),
1714 DO_THREAD_OFFSET(exception_);
1749 self_(self), exception_(exception), is_deoptimization_(is_deoptimization),
1868 self_->SetException(ThrowLocation(), exception_);
1882 exception_);
1898 mirror::Throwable* const exception_;
2163 if (exception_ != NULL) {
2164 VerifyRootWrapperCallback(exception_, &wrapperArg);
2198 if (exception_ != NULL) {
2199 visitor(exception_, arg);