Home | History | Annotate | Download | only in x64

Lines Matching full:cell

222   Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name);
224 DCHECK(cell->value()->IsTheHole(isolate));
225 Handle<WeakCell> weak_cell = isolate->factory()->NewWeakCell(cell);
388 Handle<WeakCell> cell = Map::WeakCellForMap(transition);
390 __ LoadWeakValue(map_reg, cell, miss);
443 Handle<Cell> validity_cell =
447 __ Move(scratch1, validity_cell, RelocInfo::CELL);
448 // Move(..., CELL) loads the payload's address!
460 Handle<WeakCell> cell = Map::WeakCellForMap(receiver_map);
461 __ CmpWeakValue(scratch1, cell, scratch2);
514 // TODO(jkummerow): Cache and re-use weak cell.
659 // otherwise wrap it in a weak cell.
663 Handle<WeakCell> cell = isolate()->factory()->NewWeakCell(callback);
664 __ Push(cell);
685 Handle<PropertyCell> cell, Handle<Name> name, bool is_configurable) {
692 // Get the value from the cell.
694 Handle<WeakCell> weak_cell = factory()->NewWeakCell(cell);