Home | History | Annotate | Download | only in src

Lines Matching refs:type_feedback_cells_

427   if (type_feedback_cells_.is_empty()) return;
428 int length = type_feedback_cells_.length();
433 cache->SetAstId(i, type_feedback_cells_[i].ast_id);
434 cache->SetCell(i, *type_feedback_cells_[i].cell);
481 type_feedback_cells_.Add(entry, zone());