Home | History | Annotate | Download | only in x64

Lines Matching full:cell

2071   __ LoadGlobalCell(result, instr->hydrogen()->cell());
2093 Handle<JSGlobalPropertyCell> cell_handle = instr->hydrogen()->cell();
2095 // If the cell we are storing to contains the hole it could have
2101 Register cell = ToRegister(instr->TempAt(0));
2102 ASSERT(!value.is(cell));
2103 __ movq(cell, cell_handle, RelocInfo::GLOBAL_PROPERTY_CELL);
2104 __ CompareRoot(Operand(cell, 0), Heap::kTheHoleValueRootIndex);
2107 __ movq(Operand(cell, 0), value);
3934 Handle<JSGlobalPropertyCell> cell =
3936 __ movq(kScratchRegister, cell, RelocInfo::GLOBAL_PROPERTY_CELL);