Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:cell

2041         Fixed version of: "Optimized o[s] where o is a cell and s is a string"
2052 Optimized o[s] where o is a cell and s is a string, removing some old
2304 Optimized o[s] where o is a cell and s is a string, removing some old
8431 a non-object cell, since it might just be an uninitialized cell.
8441 (1) Skip the last cell in the block, since it's a dummy sentinel, and
10496 and too big for a garbage collection cell.
12654 the space for one regular cell, and number cells don't require destruction.
12699 cell and caching the second cell for the next allocation.
12817 garbage cell. This has better cache utilization than a separate sweep phase.
12856 (JSC::Heap::reportExtraMemoryCost): Changed reporting from cell equivalents
12882 * runtime/JSGlobalData.h: Added a dummy cell to simplify allocation logic.
12908 The very last cell in the block is not allocated -- should not be marked.
16049 a way to tell if a cell is a JSPropertyNameIterator.
16214 cell type checks and ImplementsDefaultHasIntance checks implicitly
17208 of testing for the cell tag with a 0 payload.
17221 of testing for the cell tag with a 0 payload.
19262 and from "currentCell" to "cell". Changed to call markChildren in two
19276 MarkStack::append for JSValue here so it can call through to the cell
19279 whether a value is a cell multiple times.