Home
last modified time | relevance | path

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

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