Lines Matching full:cell_operand
2627 Operand cell_operand = Operand::Cell(Handle<JSGlobalPropertyCell>(cell));2630 cell_operand = FieldOperand(ebx, JSGlobalPropertyCell::kValueOffset);2637 __ cmp(cell_operand, factory()->the_hole_value());2641 __ mov(cell_operand, eax);