Home
last modified time | relevance | path

Searched refs:IndexToCell (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dmark-compact.h96 Bitmap::IndexToCell(chunk_->AddressToMarkbitIndex(chunk_->area_end())); in MarkBitCellIterator()
99 Bitmap::IndexToCell(chunk_->AddressToMarkbitIndex(cell_base_)); in MarkBitCellIterator()
108 DCHECK_EQ(cell_index_, Bitmap::IndexToCell(Bitmap::CellAlignIndex( in CurrentCell()
114 DCHECK_EQ(cell_index_, Bitmap::IndexToCell(Bitmap::CellAlignIndex( in CurrentCellBase()
Dmarking.h112 V8_INLINE static uint32_t IndexToCell(uint32_t index) { in IndexToCell() function
Dmark-compact-inl.h415 it_.Advance(Bitmap::IndexToCell( in iterator()