Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc195 marking_state->bitmap(this)->SetRange(AddressToMarkbitIndex(start), in CreateBlackArea()
196 AddressToMarkbitIndex(end)); in CreateBlackArea()
207 marking_state->bitmap(this)->SetRange(AddressToMarkbitIndex(start), in CreateBlackAreaBackground()
208 AddressToMarkbitIndex(end)); in CreateBlackAreaBackground()
220 marking_state->bitmap(this)->ClearRange(AddressToMarkbitIndex(start), in DestroyBlackArea()
221 AddressToMarkbitIndex(end)); in DestroyBlackArea()
232 marking_state->bitmap(this)->ClearRange(AddressToMarkbitIndex(start), in DestroyBlackAreaBackground()
233 AddressToMarkbitIndex(end)); in DestroyBlackAreaBackground()
Dmark-compact.h38 Bitmap::IndexToCell(chunk_->AddressToMarkbitIndex(chunk_->area_end())); in MarkBitCellIterator()
41 Bitmap::IndexToCell(chunk_->AddressToMarkbitIndex(cell_base_)); in MarkBitCellIterator()
51 chunk_->AddressToMarkbitIndex(cell_base_)))); in CurrentCell()
57 chunk_->AddressToMarkbitIndex(cell_base_)))); in CurrentCellBase()
Dmark-compact-inl.h148 Bitmap::CellAlignIndex(chunk_->AddressToMarkbitIndex(start)))); in iterator()
220 uint32_t end_mark_bit_index = chunk_->AddressToMarkbitIndex(end); in AdvanceToNextValidObject()
Dmarking-visitor.h36 p->AddressToMarkbitIndex(addr)); in MarkBitFrom()
Dbasic-memory-chunk.h127 inline uint32_t AddressToMarkbitIndex(Address addr) const { in AddressToMarkbitIndex() function
Dread-only-spaces.cc574 page->AddressToMarkbitIndex(top_), page->AddressToMarkbitIndex(limit_)); in FreeLinearAllocationArea()
Dmark-compact.cc138 page->AddressToMarkbitIndex(current), in VerifyMarkingOnPage()
139 page->AddressToMarkbitIndex(next_object_must_be_here_or_later)) || in VerifyMarkingOnPage()
141 page->AddressToMarkbitIndex(current + kTaggedSize * 2), in VerifyMarkingOnPage()
142 page->AddressToMarkbitIndex(next_object_must_be_here_or_later))); in VerifyMarkingOnPage()
3320 chunk->AddressToMarkbitIndex(chunk->area_start()), in VisitBlackObjects()
3321 chunk->AddressToMarkbitIndex(object.address())); in VisitBlackObjects()
4570 p->AddressToMarkbitIndex(free_start), in MakeIterable()
4571 p->AddressToMarkbitIndex(free_end)); in MakeIterable()
4587 p->AddressToMarkbitIndex(free_start), in MakeIterable()
4588 p->AddressToMarkbitIndex(p->area_end())); in MakeIterable()
Dheap.cc3180 page->AddressToMarkbitIndex(new_end), in CreateFillerForArray()
3181 page->AddressToMarkbitIndex(new_end + bytes_to_trim)); in CreateFillerForArray()