Searched defs:oldCallFrame (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
H A DCallFrameClosure.h32 CallFrame* oldCallFrame; member in struct:JSC::CallFrameClosure
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.cpp1368 CallFrame* oldCallFrame = callFrame->callerFrame(); local
1369 ExceptionHandler handler = jitThrow(stackFrame.globalData, oldCallFrame, createStackOverflowError(oldCallFrame), ReturnAddressPtr(callFrame->returnPC()));
1981 CallFrame* oldCallFrame = callFrame->callerFrame(); local
1991 ExceptionHandler handler = jitThrow(stackFrame.globalData, oldCallFrame, createStackOverflowError(oldCallFrame), pc);
2006 ExceptionHandler handler = jitThrow(stackFrame.globalData, oldCallFrame, createStackOverflowError(oldCallFrame), pc);
2017 callFrame->setCallerFrame(oldCallFrame);
2040 CallFrame* oldCallFrame local
[all...]

Completed in 33 milliseconds