Searched refs:clf (Results 1 – 1 of 1) sorted by relevance
3041 CatchLocationFinder clf(self, h_exception, context.get()); in PostException() local3042 clf.WalkStack(/* include_transitions */ false); in PostException()3044 SetEventLocation(&exception_throw_location, clf.GetThrowMethod(), clf.GetThrowDexPc()); in PostException()3046 SetEventLocation(&exception_catch_location, clf.GetCatchMethod(), clf.GetCatchDexPc()); in PostException()3049 clf.GetThisAtThrow()); in PostException()