Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/dfg/
DDFGOperations.cpp223 …void* catchRoutine = handler ? handler->nativeCode.executableAddress() : (void*)ctiOpThrowNotCaugh… in lookupExceptionHandler() local
224 ASSERT(catchRoutine); in lookupExceptionHandler()
225 return DFGHandler(exec, catchRoutine); in lookupExceptionHandler()
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp1035 void* catchRoutine; member
1047 …void* catchRoutine = handler ? handler->nativeCode.executableAddress() : FunctionPtr(ctiOpThrowNot… in jitThrow() local
1048 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 …]