Home | History | Annotate | Download | only in src

Lines Matching refs:CELL

171   ZoneList<Handle<Cell> > cells(1, zone());
173 RelocInfo::ModeMask(RelocInfo::CELL);
176 if (mode == RelocInfo::CELL &&
178 Handle<Cell> cell(it.rinfo()->target_cell());
179 cells.Add(cell, zone());
189 Handle<Cell> cell(Cell::cast(it.rinfo()->target_object()));
190 cells.Add(cell, zone());