Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:cell

5         Bug 54524 - Allow JSObject to fully utilize cell's capacity for inline storage.
9 that sufficient space from the cell is left unused and available for any data
396 calculate cell
397 cell is not at the head of the block.
1193 This simplifies access to mark bits, since any cell-aligned pointer
1207 the null pointer to be a possible cell with a 0 (impossible) block. This
3283 for "Is the cell I'm pointing to live?".
3819 is expected to be used for any JSValue or Cell that's lifetime and
11864 There's no guarantee that |this| will be a cell in a strict mode function, so
16961 At collection time, we frequently want to mark a cell, while checking
21870 Added assert for aligned cell.