Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc3001 ArtMethod* GetCatchMethod() REQUIRES_SHARED(Locks::mutator_lock_) { in GetCatchMethod() function in art::CatchLocationFinder
3046 SetEventLocation(&exception_catch_location, clf.GetCatchMethod(), clf.GetCatchDexPc()); in PostException()