Searched refs:pending_exception (Results 1 – 1 of 1) sorted by relevance
2888 Handle<mirror::Throwable> pending_exception(hs.NewHandle(self->GetException())); in PostLocationEvent() local2890 if (kIsDebugBuild && pending_exception.Get() != nullptr) { in PostLocationEvent()2898 if (pending_exception.Get() != nullptr) { in PostLocationEvent()2899 self->SetException(pending_exception.Get()); in PostLocationEvent()