Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc3025 CatchLocationFinder clf(self, h_exception, context.get()); in PostException() local
3026 clf.WalkStack(/* include_transitions */ false); in PostException()
3028 SetEventLocation(&exception_throw_location, clf.GetThrowMethod(), clf.GetThrowDexPc()); in PostException()
3030 SetEventLocation(&exception_catch_location, clf.GetCatchMethod(), clf.GetCatchDexPc()); in PostException()
3033 clf.GetThisAtThrow()); in PostException()