Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc193 pending_exception_(pending_exception.Ptr()), in DeoptimizationContextRecord()
200 ObjPtr<mirror::Throwable> GetPendingException() const { return pending_exception_; } in GetPendingException()
207 return reinterpret_cast<mirror::Object**>(&pending_exception_); in GetPendingExceptionAsGCRoot()
225 mirror::Throwable* pending_exception_; member in art::DeoptimizationContextRecord