findExceptionHandler 2017 core/AvmCore.cpp 		ExceptionHandler* handler = findExceptionHandler(info,pc,exception);
findExceptionHandler 1184 core/AvmCore.h 		ExceptionHandler* findExceptionHandler(MethodInfo *info,
findExceptionHandler 3220 core/Interpreter.cpp 			ExceptionHandler *handler = core->findExceptionHandler(info, (uintptr_t*)expc-1-info->word_code_start(), exception);
findExceptionHandler 3222 core/Interpreter.cpp 			ExceptionHandler *handler = core->findExceptionHandler(info, expc, exception);