Searched refs:isException (Results 1 – 1 of 1) sorted by relevance
115 bool isException = false; in jumpToException() local116 if(!strncmp(target, "common_err", 10)) isException = true; in jumpToException()117 if(!strncmp(target, "common_throw", 12)) isException = true; in jumpToException()118 if(!strncmp(target, "common_exception", 16)) isException = true; in jumpToException()119 return isException; in jumpToException()