Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dspaces.cc179 marking_state->bitmap(this)->SetRange(AddressToMarkbitIndex(start), in CreateBlackArea()
180 AddressToMarkbitIndex(end)); in CreateBlackArea()
191 marking_state->bitmap(this)->SetRange(AddressToMarkbitIndex(start), in CreateBlackAreaBackground()
192 AddressToMarkbitIndex(end)); in CreateBlackAreaBackground()
204 marking_state->bitmap(this)->ClearRange(AddressToMarkbitIndex(start), in DestroyBlackArea()
205 AddressToMarkbitIndex(end)); in DestroyBlackArea()
216 marking_state->bitmap(this)->ClearRange(AddressToMarkbitIndex(start), in DestroyBlackAreaBackground()
217 AddressToMarkbitIndex(end)); in DestroyBlackAreaBackground()
Dmark-compact-inl.h137 Bitmap::CellAlignIndex(chunk_->AddressToMarkbitIndex(start)))); in iterator()
210 uint32_t end_mark_bit_index = chunk_->AddressToMarkbitIndex(end); in AdvanceToNextValidObject()
Dmark-compact.h41 Bitmap::IndexToCell(chunk_->AddressToMarkbitIndex(chunk_->area_end())); 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()
Dbasic-memory-chunk.h147 inline uint32_t AddressToMarkbitIndex(Address addr) const { in AddressToMarkbitIndex() function
Dread-only-spaces.cc607 page->AddressToMarkbitIndex(top_), page->AddressToMarkbitIndex(limit_)); in FreeLinearAllocationArea()
Dmarking-visitor.h57 p->AddressToMarkbitIndex(addr)); in MarkBitFrom()
Dmark-compact.cc167 page->AddressToMarkbitIndex(current), in VerifyMarkingOnPage()
168 page->AddressToMarkbitIndex(next_object_must_be_here_or_later)) || in VerifyMarkingOnPage()
170 page->AddressToMarkbitIndex(current + kTaggedSize * 2), in VerifyMarkingOnPage()
171 page->AddressToMarkbitIndex(next_object_must_be_here_or_later))); in VerifyMarkingOnPage()
4033 chunk->AddressToMarkbitIndex(chunk->area_start()), in VisitBlackObjects()
4034 chunk->AddressToMarkbitIndex(object.address())); in VisitBlackObjects()
5368 p->AddressToMarkbitIndex(free_start), in MakeIterable()
5369 p->AddressToMarkbitIndex(free_end)); in MakeIterable()
5386 p->AddressToMarkbitIndex(free_start), in MakeIterable()
5387 p->AddressToMarkbitIndex(p->area_end())); in MakeIterable()
Dheap.cc3666 page->AddressToMarkbitIndex(new_end), in CreateFillerForArray()
3667 page->AddressToMarkbitIndex(new_end + bytes_to_trim)); in CreateFillerForArray()