Home
last modified time | relevance | path

Searched defs:newCallFrame (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
DCachedCall.h56 CallFrame* newCallFrame(ExecState* exec) in newCallFrame() function
DCallFrameClosure.h33 CallFrame* newCallFrame; member
DInterpreter.cpp751 …CallFrame* newCallFrame = CallFrame::create(oldEnd + codeBlock->m_numParameters + RegisterFile::Ca… in execute() local
800 CallFrame* newCallFrame = CallFrame::create(oldEnd); in executeCall() local
890 CallFrame* newCallFrame = CallFrame::create(oldEnd); in executeConstruct() local
990 CallFrame* newCallFrame = CallFrame::create(oldEnd); in prepareForRepeatCall() local
1118 CallFrame* newCallFrame = CallFrame::create(m_registerFile.start() + globalRegisterOffset); in execute() local
3834 Register* newCallFrame = callFrame->registers() + registerOffset; in privateExecute() local
3905 CallFrame* newCallFrame = CallFrame::create(callFrame->registers() + registerOffset); in privateExecute() local
4064 CallFrame* newCallFrame = CallFrame::create(callFrame->registers() + registerOffset); in privateExecute() local
4403 CallFrame* newCallFrame = CallFrame::create(callFrame->registers() + registerOffset); in privateExecute() local
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp3203 Register* newCallFrame = callFrame->registers() + registerOffset; in DEFINE_STUB_FUNCTION() local