HomeSort by relevance Sort by last modified time
    Searched refs:IndexInCell (Results 1 - 2 of 2) sorted by null

  /external/v8/src/heap/
spaces.h 172 V8_INLINE static uint32_t IndexInCell(uint32_t index) {
195 MarkBit::CellType mask = 1u << IndexInCell(index);
271 DCHECK_EQ(IndexInCell(cell_base_index), 0u);
281 uint32_t clear_mask = ~((1u << IndexInCell(index)) - 1);
    [all...]
mark-compact.cc     [all...]

Completed in 4950 milliseconds