Home | History | Annotate | Download | only in jit

Lines Matching refs:thisRegister

1291     if (base != m_codeBlock->thisRegister() || m_codeBlock->isStrictMode()) {
1594 unsigned thisRegister = currentInstruction[1].u.operand;
1596 emitLoad(thisRegister, regT1, regT0);
1603 map(m_bytecodeOffset + OPCODE_LENGTH(op_convert_this), thisRegister, regT1, regT0);
1608 unsigned thisRegister = currentInstruction[1].u.operand;
1610 emitLoad(thisRegister, regT1, regT0);
1613 emitStore(thisRegister, jsNull());
1623 map(m_bytecodeOffset + OPCODE_LENGTH(op_convert_this_strict), thisRegister, regT1, regT0);
1628 unsigned thisRegister = currentInstruction[1].u.operand;
1635 stubCall.call(thisRegister);
1640 unsigned thisRegister = currentInstruction[1].u.operand;
1646 stubCall.call(thisRegister);