Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.h39 p->AddressToMarkbitIndex(addr)); in MarkBitFrom()
92 chunk_->AddressToMarkbitIndex(chunk_->area_start()))); in MarkBitCellIterator()
94 chunk_->AddressToMarkbitIndex(chunk_->area_end()))); in MarkBitCellIterator()
96 Bitmap::IndexToCell(chunk_->AddressToMarkbitIndex(chunk_->area_end())); in MarkBitCellIterator()
99 Bitmap::IndexToCell(chunk_->AddressToMarkbitIndex(cell_base_)); in MarkBitCellIterator()
109 chunk_->AddressToMarkbitIndex(cell_base_)))); in CurrentCell()
115 chunk_->AddressToMarkbitIndex(cell_base_)))); in CurrentCellBase()
Dmark-compact-inl.h416 Bitmap::CellAlignIndex(chunk_->AddressToMarkbitIndex(start)))); in iterator()
488 uint32_t end_mark_bit_index = chunk_->AddressToMarkbitIndex(end); in AdvanceToNextValidObject()
Dmark-compact.cc115 page->AddressToMarkbitIndex(current), in VerifyMarkingOnPage()
116 page->AddressToMarkbitIndex(next_object_must_be_here_or_later)) || in VerifyMarkingOnPage()
118 page->AddressToMarkbitIndex(current + kPointerSize * 2), in VerifyMarkingOnPage()
119 page->AddressToMarkbitIndex(next_object_must_be_here_or_later))); in VerifyMarkingOnPage()
2683 chunk->AddressToMarkbitIndex(chunk->area_start()), in VisitBlackObjects()
2684 chunk->AddressToMarkbitIndex(object->address())); in VisitBlackObjects()
3874 p->AddressToMarkbitIndex(free_start), in MakeIterable()
3875 p->AddressToMarkbitIndex(free_end)); in MakeIterable()
3891 p->AddressToMarkbitIndex(free_start), in MakeIterable()
3892 p->AddressToMarkbitIndex(p->area_end())); in MakeIterable()
Dspaces.cc1058 marking_state->bitmap(this)->SetRange(AddressToMarkbitIndex(start), in AllocateChunk()
1059 AddressToMarkbitIndex(end)); in AllocateChunk()
1070 marking_state->bitmap(this)->ClearRange(AddressToMarkbitIndex(start), in AllocateChunk()
1071 AddressToMarkbitIndex(end)); in AllocateChunk()
1852 page->AddressToMarkbitIndex(current_top), in AllocateChunk()
1853 page->AddressToMarkbitIndex(current_limit)); in AllocateChunk()
Dspaces.h561 inline uint32_t AddressToMarkbitIndex(Address addr) const { in AddressToMarkbitIndex() function
Dheap.cc3066 page->AddressToMarkbitIndex(new_end), in CreateFillerForArray()
3067 page->AddressToMarkbitIndex(new_end + bytes_to_trim)); in CreateFillerForArray()