Home | History | Annotate | Download | only in interpreter

Lines Matching refs:bytecode

588     CodeBlock* codeBlock = &program->bytecode(callFrame, scopeChain);
666 CodeBlock* codeBlock = &functionExecutable->bytecode(callFrame, scopeChain);
724 CodeBlock* codeBlock = &FunctionExecutable->bytecode(callFrame, scopeChain);
773 return execute(eval, callFrame, thisObj, m_registerFile.size() + eval->bytecode(callFrame, scopeChain).m_numParameters + RegisterFile::CallFrameHeaderSize, scopeChain, exception);
789 EvalCodeBlock* codeBlock = &eval->bytecode(callFrame, scopeChain);
3060 CodeBlock* newCodeBlock = &callData.js.functionExecutable->bytecode(callFrame, callDataScopeChain);
3214 CodeBlock* newCodeBlock = &callData.js.functionExecutable->bytecode(callFrame, callDataScopeChain);
3462 CodeBlock* newCodeBlock = &constructData.js.functionExecutable->bytecode(callFrame, callDataScopeChain);