Searched refs:catchRoutine (Results 1 – 2 of 2) sorted by relevance
223 …void* catchRoutine = handler ? handler->nativeCode.executableAddress() : (void*)ctiOpThrowNotCaugh… in lookupExceptionHandler() local224 ASSERT(catchRoutine); in lookupExceptionHandler()225 return DFGHandler(exec, catchRoutine); in lookupExceptionHandler()
1035 void* catchRoutine; member1047 …void* catchRoutine = handler ? handler->nativeCode.executableAddress() : FunctionPtr(ctiOpThrowNot… in jitThrow() local1048 ASSERT(catchRoutine); in jitThrow()1049 ExceptionHandler exceptionHandler = { catchRoutine, callFrame }; in jitThrow()1370 STUB_SET_RETURN_ADDRESS(handler.catchRoutine); in DEFINE_STUB_FUNCTION()1992 STUB_SET_RETURN_ADDRESS(handler.catchRoutine); in DEFINE_STUB_FUNCTION()2007 STUB_SET_RETURN_ADDRESS(handler.catchRoutine); in DEFINE_STUB_FUNCTION()2051 STUB_SET_RETURN_ADDRESS(handler.catchRoutine); in DEFINE_STUB_FUNCTION()2066 STUB_SET_RETURN_ADDRESS(handler.catchRoutine); in DEFINE_STUB_FUNCTION()3221 STUB_SET_RETURN_ADDRESS(handler.catchRoutine); in DEFINE_STUB_FUNCTION()[all …]