Searched defs:newCallFrame (Results 1 – 4 of 4) sorted by relevance
56 CallFrame* newCallFrame(ExecState* exec) in newCallFrame() function
33 CallFrame* newCallFrame; member
751 …CallFrame* newCallFrame = CallFrame::create(oldEnd + codeBlock->m_numParameters + RegisterFile::Ca… in execute() local800 CallFrame* newCallFrame = CallFrame::create(oldEnd); in executeCall() local890 CallFrame* newCallFrame = CallFrame::create(oldEnd); in executeConstruct() local990 CallFrame* newCallFrame = CallFrame::create(oldEnd); in prepareForRepeatCall() local1118 CallFrame* newCallFrame = CallFrame::create(m_registerFile.start() + globalRegisterOffset); in execute() local3834 Register* newCallFrame = callFrame->registers() + registerOffset; in privateExecute() local3905 CallFrame* newCallFrame = CallFrame::create(callFrame->registers() + registerOffset); in privateExecute() local4064 CallFrame* newCallFrame = CallFrame::create(callFrame->registers() + registerOffset); in privateExecute() local4403 CallFrame* newCallFrame = CallFrame::create(callFrame->registers() + registerOffset); in privateExecute() local
3203 Register* newCallFrame = callFrame->registers() + registerOffset; in DEFINE_STUB_FUNCTION() local