Home
last modified time | relevance | path

Searched refs:newCallFrame (Results 1 – 25 of 39) sorted by relevance

12

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/
H A DCallFrameClosure.h33 CallFrame* newCallFrame; member
45 newCallFrame[arg - RegisterFile::CallFrameHeaderSize - expectedParams] = value; in setArgument()
47newCallFrame[arg - RegisterFile::CallFrameHeaderSize - expectedParams - providedParams] = value; in setArgument()
51 newCallFrame->setScopeChain(scopeChain); in resetCallFrame()
52 newCallFrame->setCalleeArguments(JSValue()); in resetCallFrame()
54 newCallFrame[i - RegisterFile::CallFrameHeaderSize - expectedParams] = jsUndefined(); in resetCallFrame()
H A DInterpreter.cpp650 …result = program->jitCode(newCallFrame, scopeChain).execute(&m_registerFile, newCallFrame, scopeCh… in execute()
689 CallFrame* newCallFrame = CallFrame::create(oldEnd); in execute() local
691 newCallFrame->r(0) = JSValue(thisObj); in execute()
694 newCallFrame->r(++dst) = *it; in execute()
697newCallFrame = slideRegisterWindowForCall(codeBlock, &m_registerFile, newCallFrame, argc + Registe… in execute()
698 if (UNLIKELY(!newCallFrame)) { in execute()
749 CallFrame* newCallFrame = CallFrame::create(oldEnd); in prepareForRepeatCall() local
752 newCallFrame->r(++dst) = jsUndefined(); in prepareForRepeatCall()
755newCallFrame = slideRegisterWindowForCall(codeBlock, &m_registerFile, newCallFrame, argc + Registe… in prepareForRepeatCall()
756 if (UNLIKELY(!newCallFrame)) { in prepareForRepeatCall()
[all …]
H A DCachedCall.h56 CallFrame* newCallFrame(ExecState* exec) in newCallFrame() function
58 CallFrame* callFrame = m_closure.newCallFrame; in newCallFrame()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/
H A DCallFrameClosure.h33 CallFrame* newCallFrame; member
45 newCallFrame[arg - RegisterFile::CallFrameHeaderSize - expectedParams] = value; in setArgument()
47newCallFrame[arg - RegisterFile::CallFrameHeaderSize - expectedParams - providedParams] = value; in setArgument()
51 newCallFrame->setScopeChain(scopeChain); in resetCallFrame()
52 newCallFrame->setCalleeArguments(JSValue()); in resetCallFrame()
54 newCallFrame[i - RegisterFile::CallFrameHeaderSize - expectedParams] = jsUndefined(); in resetCallFrame()
H A DInterpreter.cpp652 …result = program->jitCode(newCallFrame, scopeChain).execute(&m_registerFile, newCallFrame, scopeCh… in execute()
691 CallFrame* newCallFrame = CallFrame::create(oldEnd); in execute() local
693 newCallFrame->r(0) = JSValue(thisObj); in execute()
696 newCallFrame->r(++dst) = *it; in execute()
699newCallFrame = slideRegisterWindowForCall(codeBlock, &m_registerFile, newCallFrame, argc + Registe… in execute()
700 if (UNLIKELY(!newCallFrame)) { in execute()
751 CallFrame* newCallFrame = CallFrame::create(oldEnd); in prepareForRepeatCall() local
754 newCallFrame->r(++dst) = jsUndefined(); in prepareForRepeatCall()
757newCallFrame = slideRegisterWindowForCall(codeBlock, &m_registerFile, newCallFrame, argc + Registe… in prepareForRepeatCall()
758 if (UNLIKELY(!newCallFrame)) { in prepareForRepeatCall()
[all …]
H A DCachedCall.h56 CallFrame* newCallFrame(ExecState* exec) in newCallFrame() function
58 CallFrame* callFrame = m_closure.newCallFrame; in newCallFrame()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/interpreter/
H A DCallFrameClosure.h33 CallFrame* newCallFrame; member
45 newCallFrame[arg - RegisterFile::CallFrameHeaderSize - expectedParams] = value; in setArgument()
47newCallFrame[arg - RegisterFile::CallFrameHeaderSize - expectedParams - providedParams] = value; in setArgument()
51 newCallFrame->setScopeChain(scopeChain); in resetCallFrame()
52 newCallFrame->setCalleeArguments(JSValue()); in resetCallFrame()
54 newCallFrame[i - RegisterFile::CallFrameHeaderSize - expectedParams] = jsUndefined(); in resetCallFrame()
H A DInterpreter.cpp652 …result = program->jitCode(newCallFrame, scopeChain).execute(&m_registerFile, newCallFrame, scopeCh… in execute()
691 CallFrame* newCallFrame = CallFrame::create(oldEnd); in execute() local
693 newCallFrame->r(0) = JSValue(thisObj); in execute()
696 newCallFrame->r(++dst) = *it; in execute()
699newCallFrame = slideRegisterWindowForCall(codeBlock, &m_registerFile, newCallFrame, argc + Registe… in execute()
700 if (UNLIKELY(!newCallFrame)) { in execute()
751 CallFrame* newCallFrame = CallFrame::create(oldEnd); in prepareForRepeatCall() local
754 newCallFrame->r(++dst) = jsUndefined(); in prepareForRepeatCall()
757newCallFrame = slideRegisterWindowForCall(codeBlock, &m_registerFile, newCallFrame, argc + Registe… in prepareForRepeatCall()
758 if (UNLIKELY(!newCallFrame)) { in prepareForRepeatCall()
[all …]
H A DCachedCall.h56 CallFrame* newCallFrame(ExecState* exec) in newCallFrame() function
58 CallFrame* callFrame = m_closure.newCallFrame; in newCallFrame()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/interpreter/
H A DCallFrameClosure.h33 CallFrame* newCallFrame; member
45 newCallFrame[arg - RegisterFile::CallFrameHeaderSize - expectedParams] = value; in setArgument()
47newCallFrame[arg - RegisterFile::CallFrameHeaderSize - expectedParams - providedParams] = value; in setArgument()
52 newCallFrame->setScopeChain(scopeChain); in resetCallFrame()
54 newCallFrame[i - RegisterFile::CallFrameHeaderSize - expectedParams] = jsUndefined(); in resetCallFrame()
H A DInterpreter.cpp754 newCallFrame->uncheckedR(newCallFrame->hostThisRegister()) = JSValue(thisObj); in execute()
802 newCallFrame->uncheckedR(0) = thisValue; in executeCall()
805 newCallFrame->uncheckedR(++dst) = *it; in executeCall()
819newCallFrame = slideRegisterWindowForCall(newCodeBlock, &m_registerFile, newCallFrame, registerOff… in executeCall()
820 if (UNLIKELY(!newCallFrame)) { in executeCall()
854 newCallFrame = CallFrame::create(newCallFrame->registers() + registerOffset); in executeCall()
908newCallFrame = slideRegisterWindowForCall(newCodeBlock, &m_registerFile, newCallFrame, registerOff… in executeConstruct()
909 if (UNLIKELY(!newCallFrame)) { in executeConstruct()
946 newCallFrame = CallFrame::create(newCallFrame->registers() + registerOffset); in executeConstruct()
1005 if (UNLIKELY(!newCallFrame)) { in prepareForRepeatCall()
[all …]
H A DCachedCall.h56 CallFrame* newCallFrame(ExecState* exec) in newCallFrame() function
58 CallFrame* callFrame = m_closure.newCallFrame; in newCallFrame()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/script/api/
H A Dqscriptengine.cpp2756 JSC::CallFrame *newCallFrame = exec; in pushContext() local
2767 newCallFrame = JSC::CallFrame::create(oldEnd); in pushContext()
2768 newCallFrame[0] = thisObject; in pushContext()
2772 newCallFrame[++dst] = *it; in pushContext()
2773 newCallFrame += argc + JSC::RegisterFile::CallFrameHeaderSize; in pushContext()
2776newCallFrame->init(0, /*vPC=*/0, exec->scopeChain(), exec, flags | ShouldRestoreCallFrame, argc, c… in pushContext()
2778newCallFrame->init(0, /*vPC=*/0, globalExec()->scopeChain(), exec, flags | ShouldRestoreCallFrame,… in pushContext()
2781 setContextFlags(newCallFrame, flags); in pushContext()
2787 JSC::Register* thisRegister = thisRegisterForFrame(newCallFrame); in pushContext()
2791 currentFrame = newCallFrame; in pushContext()
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/script/api/
H A Dqscriptengine.cpp2855 JSC::CallFrame *newCallFrame = exec; in pushContext() local
2866 newCallFrame = JSC::CallFrame::create(oldEnd); in pushContext()
2867 newCallFrame[0] = thisObject; in pushContext()
2871 newCallFrame[++dst] = *it; in pushContext()
2872 newCallFrame += argc + JSC::RegisterFile::CallFrameHeaderSize; in pushContext()
2874newCallFrame->init(0, /*vPC=*/0, globalExec()->scopeChain(), exec, flags | ShouldRestoreCallFrame,… in pushContext()
2876 setContextFlags(newCallFrame, flags); in pushContext()
2882 JSC::Register* thisRegister = thisRegisterForFrame(newCallFrame); in pushContext()
2886 currentFrame = newCallFrame; in pushContext()
2887 return newCallFrame; in pushContext()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/script/api/
H A Dqscriptengine.cpp2855 JSC::CallFrame *newCallFrame = exec; in pushContext() local
2866 newCallFrame = JSC::CallFrame::create(oldEnd); in pushContext()
2867 newCallFrame[0] = thisObject; in pushContext()
2871 newCallFrame[++dst] = *it; in pushContext()
2872 newCallFrame += argc + JSC::RegisterFile::CallFrameHeaderSize; in pushContext()
2874newCallFrame->init(0, /*vPC=*/0, globalExec()->scopeChain(), exec, flags | ShouldRestoreCallFrame,… in pushContext()
2876 setContextFlags(newCallFrame, flags); in pushContext()
2882 JSC::Register* thisRegister = thisRegisterForFrame(newCallFrame); in pushContext()
2886 currentFrame = newCallFrame; in pushContext()
2887 return newCallFrame; in pushContext()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DArrayPrototype.cpp809 if (!result.toBoolean(cachedCall.newCallFrame(exec))) in arrayProtoFuncEvery()
917 if (result.toBoolean(cachedCall.newCallFrame(exec))) in arrayProtoFuncSome()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DArrayPrototype.cpp753 if (!result.toBoolean(cachedCall.newCallFrame(exec))) in arrayProtoFuncEvery()
854 if (result.toBoolean(cachedCall.newCallFrame(exec))) in arrayProtoFuncSome()
H A DJSArray.cpp808 compareResult = m_cachedCall->call().toNumber(m_cachedCall->newCallFrame(m_exec)); in compare_key_key()
H A DStringPrototype.cpp291 replacements.append(result.toString(cachedCall.newCallFrame(exec))); in stringProtoFuncReplace()
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DArrayPrototype.cpp753 if (!result.toBoolean(cachedCall.newCallFrame(exec))) in arrayProtoFuncEvery()
854 if (result.toBoolean(cachedCall.newCallFrame(exec))) in arrayProtoFuncSome()
H A DJSArray.cpp808 compareResult = m_cachedCall->call().toNumber(m_cachedCall->newCallFrame(m_exec)); in compare_key_key()
H A DStringPrototype.cpp291 replacements.append(result.toString(cachedCall.newCallFrame(exec))); in stringProtoFuncReplace()
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DArrayPrototype.cpp753 if (!result.toBoolean(cachedCall.newCallFrame(exec))) in arrayProtoFuncEvery()
854 if (result.toBoolean(cachedCall.newCallFrame(exec))) in arrayProtoFuncSome()
H A DJSArray.cpp808 compareResult = m_cachedCall->call().toNumber(m_cachedCall->newCallFrame(m_exec)); in compare_key_key()
H A DStringPrototype.cpp291 replacements.append(result.toString(cachedCall.newCallFrame(exec))); in stringProtoFuncReplace()

12