Lines Matching refs:Cell
2504 Handle<Cell>,
2512 Handle<Cell> property_cell() const {
2522 Handle<Cell> type_cell, ElementsKind elements_kind)
2528 Handle<Cell> type_cell_;
5360 DECLARE_INSTRUCTION_FACTORY_P2(HLoadGlobalCell, Handle<Cell>,
5363 Unique<Cell> cell() const { return cell_; }
5373 cell_ = Unique<Cell>(cell_.handle());
5388 HLoadGlobalCell(Handle<Cell> cell, PropertyDetails details)
5389 : cell_(Unique<Cell>::CreateUninitialized(cell)), details_(details) {
5397 Unique<Cell> cell_;
5694 Unique<PropertyCell> cell() const { return cell_; }
5715 Handle<PropertyCell> cell,
5718 cell_(Unique<PropertyCell>::CreateUninitialized(cell)),
6063 return HObjectAccess(kInobject, Cell::kValueOffset);
6094 // Create an access for the payload of a Cell or JSGlobalPropertyCell.