Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.cc459 CatchLocationFinder clf(self, &exception); in FindNextInstructionFollowingException() local
460 clf.WalkStack(false); in FindNextInstructionFollowingException()
461 instrumentation->ExceptionCaughtEvent(self, throw_location, clf.GetCatchMethod(), in FindNextInstructionFollowingException()
462 clf.GetCatchDexPc(), exception.Get()); in FindNextInstructionFollowingException()