Home
last modified time | relevance | path

Searched refs:IndexInCell (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dspaces.h172 V8_INLINE static uint32_t IndexInCell(uint32_t index) { in IndexInCell() function
195 MarkBit::CellType mask = 1u << IndexInCell(index); in MarkBitFromIndex()
271 DCHECK_EQ(IndexInCell(cell_base_index), 0u); in ClearRange()
281 uint32_t clear_mask = ~((1u << IndexInCell(index)) - 1); in ClearRange()
Dmark-compact.cc2929 MarkBit::CellType index_mask = 1u << Bitmap::IndexInCell(mark_bit_index); in IsSlotInBlackObject()