Home | History | Annotate | Download | only in jit

Lines Matching refs:m_codeBlock

315     if (m_codeBlock->isConstantRegisterIndex(src)) {
454 JSVariableObject* globalObject = m_codeBlock->globalObject();
463 JSVariableObject* globalObject = m_codeBlock->globalObject();
473 bool checkTopLevel = m_codeBlock->codeType() == FunctionCode && m_codeBlock->needsFullScopeChain();
478 activationNotCreated = branchTestPtr(Zero, addressFor(m_codeBlock->activationRegister()));
497 bool checkTopLevel = m_codeBlock->codeType() == FunctionCode && m_codeBlock->needsFullScopeChain();
502 activationNotCreated = branchTestPtr(Zero, addressFor(m_codeBlock->activationRegister()));
608 stubCall.addArgument(TrustedImmPtr(&m_codeBlock->identifier(currentInstruction[2].u.operand)));
639 stubCall.addArgument(TrustedImmPtr(&m_codeBlock->identifier(currentInstruction[2].u.operand)));
647 stubCall.addArgument(TrustedImmPtr(&m_codeBlock->identifier(currentInstruction[2].u.operand)));
654 stubCall.addArgument(TrustedImmPtr(&m_codeBlock->identifier(currentInstruction[2].u.operand)));
662 void* globalObject = m_codeBlock->globalObject();
664 void* structureAddress = &(m_codeBlock->globalResolveInfo(currentIndex).structure);
665 void* offsetAddr = &(m_codeBlock->globalResolveInfo(currentIndex).offset);
683 Identifier* ident = &m_codeBlock->identifier(currentInstruction[2].u.operand);
817 stubCall.addArgument(TrustedImmPtr(&m_codeBlock->identifier(currentInstruction[3].u.operand)));
825 stubCall.addArgument(TrustedImmPtr(m_codeBlock->functionExpr(currentInstruction[2].u.operand)));
896 if (!m_codeBlock->isKnownNotImmediate(base))
898 if (base != m_codeBlock->thisRegister() || m_codeBlock->isStrictMode()) {
1058 stubCall.addArgument(TrustedImmPtr(&m_codeBlock->identifier(currentInstruction[2].u.operand)));
1089 SimpleJumpTable* jumpTable = &m_codeBlock->immediateSwitchJumpTable(tableIndex);
1107 SimpleJumpTable* jumpTable = &m_codeBlock->characterSwitchJumpTable(tableIndex);
1125 StringJumpTable* jumpTable = &m_codeBlock->stringSwitchJumpTable(tableIndex);
1138 stubCall.addArgument(ImmPtr(JSValue::encode(m_codeBlock->getConstant(currentInstruction[1].u.operand))));
1210 size_t count = m_codeBlock->m_numVars;
1231 if (m_codeBlock->m_numParameters == 1)
1550 Identifier* ident = &(m_codeBlock->identifier(currentInstruction[3].u.operand));
1573 int numArgs = m_codeBlock->m_numParameters;
1602 if (m_codeBlock->m_numParameters == 1)
1624 bool checkTopLevel = m_codeBlock->codeType() == FunctionCode && m_codeBlock->needsFullScopeChain();
1629 activationNotCreated = branchTestPtr(Zero, addressFor(m_codeBlock->activationRegister()));
1646 Identifier* ident = &m_codeBlock->identifier(currentInstruction[2].u.operand);
1668 stubCall.addArgument(TrustedImmPtr(m_codeBlock->regexp(currentInstruction[2].u.operand)));
1679 int expectedParams = m_codeBlock->m_numParameters - 1;
1728 int expectedParams = m_codeBlock->m_numParameters - 1;
1754 stubCall.addArgument(TrustedImmPtr(m_codeBlock->functionDecl(currentInstruction[2].u.operand)));