Searched refs:faultLocation (Results 1 – 3 of 3) sorted by relevance
215 DFGHandler lookupExceptionHandler(ExecState* exec, ReturnAddressPtr faultLocation) in lookupExceptionHandler() argument220 unsigned vPCIndex = exec->codeBlock()->bytecodeOffset(faultLocation); in lookupExceptionHandler()
80 DFGHandler lookupExceptionHandler(ExecState*, ReturnAddressPtr faultLocation);
1038 …obalData* globalData, CallFrame* callFrame, JSValue exceptionValue, ReturnAddressPtr faultLocation) in jitThrow() argument1042 unsigned vPCIndex = callFrame->codeBlock()->bytecodeOffset(faultLocation); in jitThrow()