Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/interpreter/
DCallFrameClosure.h32 CallFrame* oldCallFrame; member
DInterpreter.cpp1020 (*profiler)->willExecute(closure.oldCallFrame, closure.function); in execute()
1043 (*profiler)->didExecute(closure.oldCallFrame, closure.function); in execute()
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp1368 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()