Home | History | Annotate | Download | only in src

Lines Matching refs:Cell

4067 //   [i * 2]: Global property cell of ith cache cell.
4068 // [i * 2 + 1]: Ast ID for ith cache cell.
4079 inline JSGlobalPropertyCell* Cell(int index);
4080 inline void SetCell(int index, JSGlobalPropertyCell* cell);
4713 // 0: finger - index of the first free cell in the cache
5930 // Retrieve the property cell used to store a property.
5942 // Ensure that the global object has a cell for the given property name.
7264 // First string of the cons cell.
7272 // Second string of the cons cell.
8528 // Visits a global property cell reference in the instruction stream.