Home | History | Annotate | Download | only in mips64

Lines Matching refs:Cell

188 // Generate code to check that a global property cell is empty. Create
189 // the property cell at compilation time if no cell exists for the
194 Handle<PropertyCell> cell = JSGlobalObject::EnsurePropertyCell(global, name);
195 DCHECK(cell->value()->IsTheHole());
196 Handle<WeakCell> weak_cell = masm->isolate()->factory()->NewWeakCell(cell);
361 Handle<WeakCell> cell = Map::WeakCellForMap(transition);
363 __ LoadWeakValue(map_reg, cell, miss);
426 Handle<Cell> validity_cell =
432 __ ld(scratch1, FieldMemOperand(scratch1, Cell::kValueOffset));
443 Handle<WeakCell> cell = Map::WeakCellForMap(receiver_map);
444 __ GetWeakValue(scratch2, cell);
494 // TODO(jkummerow): Cache and re-use weak cell.
513 Handle<WeakCell> cell = Map::WeakCellForMap(current_map);
514 __ GetWeakValue(scratch2, cell);
537 Handle<WeakCell> cell = Map::WeakCellForMap(current_map);
538 __ GetWeakValue(scratch2, cell);
605 Handle<WeakCell> cell =
608 // so the weak cell is not cleared and points to data.
609 __ GetWeakValue(scratch3(), cell);
714 // otherwise wrap it in a weak cell.
718 Handle<WeakCell> cell = isolate()->factory()->NewWeakCell(callback);
719 __ li(at, Operand(cell));
751 Handle<PropertyCell> cell, Handle<Name> name, bool is_configurable) {
759 // Get the value from the cell.
761 Handle<WeakCell> weak_cell = factory()->NewWeakCell(cell);