Lines Matching full:cell
436 JSGlobalPropertyCell* cell =
439 cell->set_value(value);
483 JSGlobalPropertyCell* cell =
485 cell->set_value(value);
500 // If we have a global object set the cell to the hole.
507 // from the DontDelete cell without checking if it contains
515 JSGlobalPropertyCell* cell =
517 cell->set_value(cell->GetHeap()->the_hole_value());
1287 accumulator->Add("Cell for ");
1679 // In case name is an orphaned property reuse the cell.
4521 // caches which have a global property cell reference directly in the code.
7976 Object* cell = rinfo->target_cell();
7977 Object* old_cell = cell;
7978 VisitPointer(&cell);
7979 if (cell != old_cell) {
7980 rinfo->set_target_cell(reinterpret_cast<JSGlobalPropertyCell*>(cell));
8043 Handle<JSGlobalPropertyCell> cell = it.rinfo()->target_cell_handle();
8044 it.rinfo()->set_target_cell(*cell, SKIP_WRITE_BARRIER);
11593 Object* cell;
11596 if (!maybe_cell->ToObject(&cell)) return maybe_cell;
11602 property_dictionary()->Add(name, cell, details);
11606 return cell;