Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.h901 chunk_->AddressToMarkbitIndex(chunk_->area_end()))); in MarkBitCellIterator()
904 Bitmap::CellAlignIndex(chunk_->AddressToMarkbitIndex(cell_base_))); in MarkBitCellIterator()
914 chunk_->AddressToMarkbitIndex(cell_base_)))); in CurrentCell()
920 chunk_->AddressToMarkbitIndex(cell_base_)))); in CurrentCellBase()
Dmark-compact-inl.h18 return p->markbits()->MarkBitFromIndex(p->AddressToMarkbitIndex(addr), in MarkBitFrom()
Dspaces.h586 inline uint32_t AddressToMarkbitIndex(Address addr) { in AddressToMarkbitIndex() function
2444 INLINE(uint32_t AddressToMarkbitIndex(Address addr)) { in INLINE()