Searched refs:pending_exception_ (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc178 pending_exception_(pending_exception.Ptr()),
185 ObjPtr<mirror::Throwable> GetPendingException() const { return pending_exception_; }
192 return reinterpret_cast<mirror::Object**>(&pending_exception_);
210 mirror::Throwable* pending_exception_; member in class:art::DeoptimizationContextRecord

Completed in 53 milliseconds