Searched refs:m_registerFile (Results 1 – 3 of 3) sorted by relevance
626 Register* oldEnd = m_registerFile.end(); in execute()628 if (!m_registerFile.grow(newEnd)) { in execute()635 JSGlobalObject* lastGlobalObject = m_registerFile.globalObject(); in execute()637 globalObject->copyGlobalsTo(m_registerFile); in execute()656 …result = programNode->jitCode(scopeChain).execute(&m_registerFile, newCallFrame, scopeChain->globa… in execute()658 result = privateExecute(Normal, &m_registerFile, newCallFrame, exception); in execute()667 lastGlobalObject->copyGlobalsTo(m_registerFile); in execute()669 m_registerFile.shrink(oldEnd); in execute()685 Register* oldEnd = m_registerFile.end(); in execute()688 if (!m_registerFile.grow(oldEnd + argc)) { in execute()[all …]
75 RegisterFile& registerFile() { return m_registerFile; } in registerFile()156 RegisterFile m_registerFile; variable
31925 (JSC::Machine::execute): Removed m_registerFile argument31937 m_registerFile data members.