Home | History | Annotate | Download | only in x87

Lines Matching refs:JSGeneratorObject

381   //  -- ebx    : the JSGeneratorObject to resume
388 __ mov(FieldOperand(ebx, JSGeneratorObject::kInputOrDebugPosOffset), eax);
389 __ RecordWriteField(ebx, JSGeneratorObject::kInputOrDebugPosOffset, eax, ecx,
393 __ mov(FieldOperand(ebx, JSGeneratorObject::kResumeModeOffset), edx);
396 __ mov(esi, FieldOperand(ebx, JSGeneratorObject::kContextOffset));
397 __ mov(edi, FieldOperand(ebx, JSGeneratorObject::kFunctionOffset));
419 __ Push(FieldOperand(ebx, JSGeneratorObject::kReceiverOffset));
423 // -- ebx : the JSGeneratorObject to resume
480 __ mov(eax, FieldOperand(ebx, JSGeneratorObject::kOperandStackOffset));
495 __ mov(FieldOperand(ebx, JSGeneratorObject::kOperandStackOffset),
501 __ mov(ecx, FieldOperand(ebx, JSGeneratorObject::kContinuationOffset));
504 __ mov(FieldOperand(ebx, JSGeneratorObject::kContinuationOffset),
505 Immediate(Smi::FromInt(JSGeneratorObject::kGeneratorExecuting)));
519 __ mov(edi, FieldOperand(ebx, JSGeneratorObject::kFunctionOffset));
531 __ mov(edi, FieldOperand(ebx, JSGeneratorObject::kFunctionOffset));