Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:cell

2452         (JSC::HandleHeap::clearWeakPointers): Don't check for null or non-cell
2457 checking for cell, and on using early return instead of if/else.
7472 cell size is not constant.
8393 structure. All objects now have a ClassInfo pointer, non-object cell types
8743 minimum number of atoms required for a cell, since rounding down
8767 if a cell that seems to be in a block is valid.
8773 Removed the invariant that the last cell in a block is always marked
8780 that any cell whose mark bit is set is a valid, live cell whose
8863 mark bit per atom. A given cell may be composed of one or more atoms.
8873 Updated for switch from cell to atom.