Home | History | Annotate | Download | only in interpreter

Lines Matching refs:activationRegister

135         if (callFrame->uncheckedR(codeBlock->activationRegister()).jsValue())
215 if (callFrame->uncheckedR(codeBlock->activationRegister()).jsValue())
557 if (!callFrame->uncheckedR(oldCodeBlock->activationRegister()).jsValue()) {
706 || callFrame->uncheckedR(codeBlock->activationRegister()).jsValue())
2387 if (callFrame->r(codeBlock->activationRegister()).jsValue())
2417 if (callFrame->r(codeBlock->activationRegister()).jsValue())
3776 ASSERT(codeBlock->codeType() != FunctionCode || !codeBlock->needsFullScopeChain() || callFrame->r(codeBlock->activationRegister()).jsValue());
3794 ASSERT(codeBlock->codeType() != FunctionCode || !codeBlock->needsFullScopeChain() || callFrame->r(codeBlock->activationRegister()).jsValue());
3831 ASSERT(codeBlock->codeType() != FunctionCode || !codeBlock->needsFullScopeChain() || callFrame->r(codeBlock->activationRegister()).jsValue());