Lines Matching defs:cell
43 #include "src/objects/cell-inl.h"
46 #include "src/objects/feedback-cell-inl.h"
1781 PropertyCell cell = PropertyCell::cast(AllocateRawWithImmortalMap(
1784 cell.set_dependent_code(
1790 cell.set_name(*name, mode);
1791 cell.set_value(*value, mode);
1792 cell.set_property_details_raw(details.AsSmi(), SKIP_WRITE_BARRIER);
1793 return handle(cell, isolate());
2482 Handle<PropertyCell> cell = NewPropertyCell(name, d, value);
2484 USE(GlobalDictionary::Add(isolate(), dictionary, name, cell, d));