Home | History | Annotate | Download | only in ia32

Lines Matching full:cell

2005   __ cmp(map, Operand::Cell(cache_cell));  // Patched to cached map.
2107 __ mov(result, Operand::Cell(instr->hydrogen()->cell()));
2130 Handle<JSGlobalPropertyCell> cell_handle = instr->hydrogen()->cell();
2132 // If the cell we are storing to contains the hole it could have
2137 __ cmp(Operand::Cell(cell_handle), factory()->the_hole_value());
2142 __ mov(Operand::Cell(cell_handle), value);
4162 Handle<JSGlobalPropertyCell> cell =
4164 __ cmp(reg, Operand::Cell(cell));