Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/dfg/
DDFGOperations.cpp220 unsigned vPCIndex = exec->codeBlock()->bytecodeOffset(faultLocation); in lookupExceptionHandler() local
221 …dlerInfo* handler = exec->globalData().interpreter->throwException(exec, exceptionValue, vPCIndex); in lookupExceptionHandler()
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp1042 unsigned vPCIndex = callFrame->codeBlock()->bytecodeOffset(faultLocation); in jitThrow() local
1044 …er = globalData->interpreter->throwException(callFrame, exceptionValue, vPCIndex); // This may upd… in jitThrow()