Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.h97 cell_base_ = chunk_->area_start(); in MarkBitCellIterator()
99 Bitmap::IndexToCell(chunk_->AddressToMarkbitIndex(cell_base_)); in MarkBitCellIterator()
109 chunk_->AddressToMarkbitIndex(cell_base_)))); in CurrentCell()
115 chunk_->AddressToMarkbitIndex(cell_base_)))); in CurrentCellBase()
116 return cell_base_; in CurrentCellBase()
120 cell_base_ += Bitmap::kBitsPerCell * kPointerSize; in Advance()
130 cell_base_ += diff * (Bitmap::kBitsPerCell * kPointerSize); in Advance()
149 Address cell_base_; variable
191 Address cell_base_; variable
Dmark-compact-inl.h418 cell_base_ = it_.CurrentCellBase(); in iterator()
448 Address addr = cell_base_ + trailing_zeros * kPointerSize; in AdvanceToNextValidObject()
466 cell_base_ = it_.CurrentCellBase(); in AdvanceToNextValidObject()
494 cell_base_ = it_.CurrentCellBase(); in AdvanceToNextValidObject()
534 cell_base_ = it_.CurrentCellBase(); in AdvanceToNextValidObject()