Lines Matching defs:cell
21 #include "src/objects/cell-inl.h"
22 #include "src/objects/feedback-cell-inl.h"
1188 TagObject(js_fun.raw_feedback_cell(), "(function feedback cell)");
1540 void V8HeapExplorer::ExtractCellReferences(HeapEntry* entry, Cell cell) {
1541 SetInternalReference(entry, "value", cell.value(), Cell::kValueOffset);
1546 TagObject(feedback_cell, "(feedback cell)");
1552 PropertyCell cell) {
1553 SetInternalReference(entry, "value", cell.value(),
1555 TagObject(cell.dependent_code(), "(dependent code)");
1556 SetInternalReference(entry, "dependent_code", cell.dependent_code(),
1779 PropertyCell cell = dictionary.CellAt(i);
1780 Name name = cell.name();
1781 Object value = cell.value();
1782 PropertyDetails details = cell.property_details();