Lines Matching refs:ContextOperand

677     return ContextOperand(scratch, var->index());  in VarOperand()
776 __ mov(ContextOperand(esi, variable->index()), in VisitVariableDeclaration()
834 __ mov(ContextOperand(esi, variable->index()), result_register()); in VisitFunctionDeclaration()
1193 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions()
1197 __ mov(temp, ContextOperand(context, Context::PREVIOUS_INDEX)); in EmitLoadGlobalCheckExtensions()
1221 __ JumpIfNotRoot(ContextOperand(temp, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions()
1224 __ mov(temp, ContextOperand(temp, Context::PREVIOUS_INDEX)); in EmitLoadGlobalCheckExtensions()
1245 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions()
1248 __ mov(temp, ContextOperand(context, Context::PREVIOUS_INDEX)); in ContextSlotOperandCheckExtensions()
1254 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions()
1260 return ContextOperand(context, var->index()); in ContextSlotOperandCheckExtensions()
1302 ContextOperand(LoadDescriptor::ReceiverRegister(), in EmitGlobalVariableLoad()
2099 __ mov(ebx, ContextOperand(ebx, Context::ITERATOR_RESULT_MAP_INDEX)); in EmitCreateIteratorResult()
2422 ContextOperand(StoreDescriptor::ReceiverRegister(), in EmitVariableAssignment()
3921 __ mov(ebx, ContextOperand(ebx, Context::ITERATOR_RESULT_MAP_INDEX)); in EmitCreateIterResultObject()
4033 __ push(ContextOperand(eax, Context::EXTENSION_INDEX)); in VisitUnaryOperation()
4587 __ mov(dst, ContextOperand(esi, context_index)); in LoadContextField()
4599 __ push(ContextOperand(eax, Context::CLOSURE_INDEX)); in PushFunctionArgumentForContextAllocation()
4604 __ push(ContextOperand(esi, Context::CLOSURE_INDEX)); in PushFunctionArgumentForContextAllocation()