Lines Matching refs:ContextOperand

674     return ContextOperand(scratch, var->index());  in VarOperand()
773 __ mov(ContextOperand(esi, variable->index()), in VisitVariableDeclaration()
830 __ mov(ContextOperand(esi, variable->index()), result_register()); in VisitFunctionDeclaration()
1185 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions()
1189 __ mov(temp, ContextOperand(context, Context::PREVIOUS_INDEX)); in EmitLoadGlobalCheckExtensions()
1213 __ JumpIfNotRoot(ContextOperand(temp, Context::EXTENSION_INDEX), in EmitLoadGlobalCheckExtensions()
1216 __ mov(temp, ContextOperand(temp, Context::PREVIOUS_INDEX)); in EmitLoadGlobalCheckExtensions()
1237 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions()
1240 __ mov(temp, ContextOperand(context, Context::PREVIOUS_INDEX)); in ContextSlotOperandCheckExtensions()
1246 __ JumpIfNotRoot(ContextOperand(context, Context::EXTENSION_INDEX), in ContextSlotOperandCheckExtensions()
1252 return ContextOperand(context, var->index()); in ContextSlotOperandCheckExtensions()
1294 ContextOperand(LoadDescriptor::ReceiverRegister(), in EmitGlobalVariableLoad()
2091 __ mov(ebx, ContextOperand(ebx, Context::ITERATOR_RESULT_MAP_INDEX)); in EmitCreateIteratorResult()
2414 ContextOperand(StoreDescriptor::ReceiverRegister(), in EmitVariableAssignment()
3913 __ mov(ebx, ContextOperand(ebx, Context::ITERATOR_RESULT_MAP_INDEX)); in EmitCreateIterResultObject()
4025 __ push(ContextOperand(eax, Context::EXTENSION_INDEX)); in VisitUnaryOperation()
4579 __ mov(dst, ContextOperand(esi, context_index)); in LoadContextField()
4591 __ push(ContextOperand(eax, Context::CLOSURE_INDEX)); in PushFunctionArgumentForContextAllocation()
4596 __ push(ContextOperand(esi, Context::CLOSURE_INDEX)); in PushFunctionArgumentForContextAllocation()