Searched refs:oldCallFrame (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/JavaScriptCore/interpreter/ |
D | CallFrameClosure.h | 32 CallFrame* oldCallFrame; member
|
D | Interpreter.cpp | 1020 (*profiler)->willExecute(closure.oldCallFrame, closure.function); in execute() 1043 (*profiler)->didExecute(closure.oldCallFrame, closure.function); in execute()
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITStubs.cpp | 1368 CallFrame* oldCallFrame = callFrame->callerFrame(); in DEFINE_STUB_FUNCTION() local 1369 …nHandler handler = jitThrow(stackFrame.globalData, oldCallFrame, createStackOverflowError(oldCallF… in DEFINE_STUB_FUNCTION() 1981 CallFrame* oldCallFrame = callFrame->callerFrame(); in DEFINE_STUB_FUNCTION() local 1991 …nHandler handler = jitThrow(stackFrame.globalData, oldCallFrame, createStackOverflowError(oldCallF… in DEFINE_STUB_FUNCTION() 2006 …nHandler handler = jitThrow(stackFrame.globalData, oldCallFrame, createStackOverflowError(oldCallF… in DEFINE_STUB_FUNCTION() 2017 callFrame->setCallerFrame(oldCallFrame); in DEFINE_STUB_FUNCTION() 2040 CallFrame* oldCallFrame = callFrame->callerFrame(); in DEFINE_STUB_FUNCTION() local 2050 …nHandler handler = jitThrow(stackFrame.globalData, oldCallFrame, createStackOverflowError(oldCallF… in DEFINE_STUB_FUNCTION() 2065 …nHandler handler = jitThrow(stackFrame.globalData, oldCallFrame, createStackOverflowError(oldCallF… in DEFINE_STUB_FUNCTION() 2076 callFrame->setCallerFrame(oldCallFrame); in DEFINE_STUB_FUNCTION()
|