Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc3039 throw_method_(nullptr), in CatchLocationFinder()
3054 if (throw_method_ == nullptr) { in VisitFrame()
3059 throw_method_ = method; in VisitFrame()
3083 return throw_method_; in GetThrowMethod()
3103 ArtMethod* throw_method_; member in art::CatchLocationFinder