Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc2888 Handle<mirror::Throwable> pending_exception(hs.NewHandle(self->GetException())); in PostLocationEvent() local
2890 if (kIsDebugBuild && pending_exception.Get() != nullptr) { in PostLocationEvent()
2898 if (pending_exception.Get() != nullptr) { in PostLocationEvent()
2899 self->SetException(pending_exception.Get()); in PostLocationEvent()