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 38 return p->markbits()->MarkBitFromIndex(p->AddressToMarkbitIndex(addr));
247 chunk_->AddressToMarkbitIndex(chunk_->area_end())));
250 Bitmap::CellAlignIndex(chunk_->AddressToMarkbitIndex(cell_base_)));
260 chunk_->AddressToMarkbitIndex(cell_base_))));
266 chunk_->AddressToMarkbitIndex(cell_base_))));
mark-compact-inl.h 180 uint32_t end_mark_bit_index = chunk_->AddressToMarkbitIndex(end);
mark-compact.cc 118 page->AddressToMarkbitIndex(current),
119 page->AddressToMarkbitIndex(next_object_must_be_here_or_later)) ||
121 page->AddressToMarkbitIndex(current + kPointerSize * 2),
122 page->AddressToMarkbitIndex(next_object_must_be_here_or_later)));
    [all...]
spaces.cc     [all...]
spaces.h 494 inline uint32_t AddressToMarkbitIndex(Address addr) {
    [all...]
heap.cc     [all...]

Completed in 71 milliseconds