Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc175 ObjPtr<mirror::Throwable> GetPendingException() const { return pending_exception_; } in GetPendingException() function in art::DeoptimizationContextRecord
246 *exception = record->GetPendingException(); in PopDeoptimizationContext()