HomeSort by relevance Sort by last modified time
    Searched refs:AddressToMarkbitIndex (Results 1 - 6 of 6) sorted by null

  /external/v8/src/heap/
mark-compact.h 42 return p->markbits()->MarkBitFromIndex(p->AddressToMarkbitIndex(address));
317 chunk_->AddressToMarkbitIndex(chunk_->area_end())));
320 Bitmap::CellAlignIndex(chunk_->AddressToMarkbitIndex(cell_base_)));
330 chunk_->AddressToMarkbitIndex(cell_base_))));
336 chunk_->AddressToMarkbitIndex(cell_base_))));
mark-compact-inl.h 156 uint32_t end_mark_bit_index = chunk_->AddressToMarkbitIndex(end);
mark-compact.cc 115 page->AddressToMarkbitIndex(current),
116 page->AddressToMarkbitIndex(next_object_must_be_here_or_later)) ||
118 page->AddressToMarkbitIndex(current + kPointerSize * 2),
119 page->AddressToMarkbitIndex(next_object_must_be_here_or_later)));
    [all...]
spaces.cc 857 markbits()->SetRange(AddressToMarkbitIndex(start),
858 AddressToMarkbitIndex(end));
    [all...]
heap.cc     [all...]
spaces.h 496 inline uint32_t AddressToMarkbitIndex(Address addr) {
    [all...]

Completed in 494 milliseconds