Home
last modified time | relevance | path

Searched refs:faultLocation (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/dfg/
DDFGOperations.cpp215 DFGHandler lookupExceptionHandler(ExecState* exec, ReturnAddressPtr faultLocation) in lookupExceptionHandler() argument
220 unsigned vPCIndex = exec->codeBlock()->bytecodeOffset(faultLocation); in lookupExceptionHandler()
DDFGOperations.h80 DFGHandler lookupExceptionHandler(ExecState*, ReturnAddressPtr faultLocation);
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp1038 …obalData* globalData, CallFrame* callFrame, JSValue exceptionValue, ReturnAddressPtr faultLocation) in jitThrow() argument
1042 unsigned vPCIndex = callFrame->codeBlock()->bytecodeOffset(faultLocation); in jitThrow()