Lines Matching full:cell
138 JSGlobalPropertyCell* cell;
139 if (maybe_cell->To(&cell)) {
140 __ movq(rax, Handle<JSGlobalPropertyCell>(cell),
973 Handle<JSGlobalPropertyCell> cell =
977 RecordTypeFeedbackCell(stmt->PrepareId(), cell);
978 __ LoadHeapObject(rbx, cell);
2301 Handle<JSGlobalPropertyCell> cell =
2303 RecordTypeFeedbackCell(expr->id(), cell);
2304 __ Move(rbx, cell);