Home | History | Annotate | Download | only in bytecompiler

Lines Matching refs:m_thisRegister

142     m_codeBlock->setThisRegister(m_thisRegister.index());
209 , m_thisRegister(RegisterFile::ProgramCodeThisRegister)
458 m_thisRegister.setIndex(nextParameterIndex);
476 instructions().append(m_thisRegister.index());
483 instructions().append(m_thisRegister.index());
495 , m_thisRegister(RegisterFile::ProgramCodeThisRegister)
561 return &m_thisRegister;
1747 if (isConstructor() && (src->index() != m_thisRegister.index())) {
1750 instructions().append(m_thisRegister.index());