Home
last modified time | relevance | path

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

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