Lines Matching refs:chunk_
39 : chunk_(chunk) { in MarkBitCellIterator()
41 Bitmap::IndexToCell(chunk_->AddressToMarkbitIndex(chunk_->area_end())); in MarkBitCellIterator()
42 cell_base_ = chunk_->address(); in MarkBitCellIterator()
44 Bitmap::IndexToCell(chunk_->AddressToMarkbitIndex(cell_base_)); in MarkBitCellIterator()
54 chunk_->AddressToMarkbitIndex(cell_base_)))); in CurrentCell()
60 chunk_->AddressToMarkbitIndex(cell_base_)))); in CurrentCellBase()
90 const MemoryChunk* chunk_;
127 const MemoryChunk* const chunk_; variable
139 : chunk_(chunk), in LiveObjectRange()
141 start_(chunk_->area_start()), in LiveObjectRange()
150 const MemoryChunk* const chunk_;