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

/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.cpp2179 CallFrame* previousCallFrame = stackFrame.callFrame; local
2180 CallFrame* callFrame = CallFrame::create(previousCallFrame->registers() + registerOffset);
2182 throwStackOverflowError(previousCallFrame, stackFrame.globalData, callFrame->returnPC(), STUB_RETURN_ADDRESS);
2186 callFrame->init(0, static_cast<Instruction*>((STUB_RETURN_ADDRESS).value()), previousCallFrame->scopeChain(), previousCallFrame, argCount, asObject(funcVal));
2313 CallFrame* previousCallFrame = stackFrame.callFrame; local
2314 CallFrame* callFrame = CallFrame::create(previousCallFrame->registers() + registerOffset);
2316 throwStackOverflowError(previousCallFrame, stackFrame.globalData, callFrame->returnPC(), STUB_RETURN_ADDRESS);
2320 callFrame->init(0, static_cast<Instruction*>((STUB_RETURN_ADDRESS).value()), previousCallFrame->scopeChain(), previousCallFrame, argCoun
[all...]

Completed in 57 milliseconds