Searched refs:AddressToMarkbitIndex (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
D | spaces.cc | 179 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()
|
D | mark-compact-inl.h | 137 Bitmap::CellAlignIndex(chunk_->AddressToMarkbitIndex(start)))); in iterator() 210 uint32_t end_mark_bit_index = chunk_->AddressToMarkbitIndex(end); in AdvanceToNextValidObject()
|
D | mark-compact.h | 41 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()
|
D | basic-memory-chunk.h | 147 inline uint32_t AddressToMarkbitIndex(Address addr) const { in AddressToMarkbitIndex() function
|
D | read-only-spaces.cc | 607 page->AddressToMarkbitIndex(top_), page->AddressToMarkbitIndex(limit_)); in FreeLinearAllocationArea()
|
D | marking-visitor.h | 57 p->AddressToMarkbitIndex(addr)); in MarkBitFrom()
|
D | mark-compact.cc | 167 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()
|
D | heap.cc | 3666 page->AddressToMarkbitIndex(new_end), in CreateFillerForArray() 3667 page->AddressToMarkbitIndex(new_end + bytes_to_trim)); in CreateFillerForArray()
|