Searched refs:m_nextParameterIndex (Results 1 - 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp354 m_nextParameterIndex = -RegisterFile::CallFrameHeaderSize - parameterCount - 1;
358 m_thisRegister.setIndex(m_nextParameterIndex);
359 ++m_nextParameterIndex;
421 symbolTable().set(rep, m_nextParameterIndex);
422 RegisterID& parameter = registerFor(m_nextParameterIndex);
423 parameter.setIndex(m_nextParameterIndex);
429 ++m_nextParameterIndex;
H A DBytecodeGenerator.h504 int m_nextParameterIndex; member in class:JSC::BytecodeGenerator

Completed in 35 milliseconds