Searched refs:slot_addr (Results 1 – 3 of 3) sorted by relevance
24 static void Insert(Page* page, Address slot_addr) { in Insert() argument25 DCHECK(page->Contains(slot_addr)); in Insert()30 uintptr_t offset = slot_addr - page->address(); in Insert()37 static void Remove(Page* page, Address slot_addr) { in Remove() argument38 DCHECK(page->Contains(slot_addr)); in Remove()41 uintptr_t offset = slot_addr - page->address(); in Remove()104 Address slot_addr) { in InsertTyped() argument113 uintptr_t offset = slot_addr - page->address(); in InsertTyped()127 Address slot_addr) { in RemoveRangeTyped()128 return start <= slot_addr && slot_addr < end ? REMOVE_SLOT : KEEP_SLOT; in RemoveRangeTyped()
5698 Address slot_addr = reinterpret_cast<Address>(slot); in ClearRecordedSlot() local5699 Page* page = Page::FromAddress(slot_addr); in ClearRecordedSlot()5701 RememberedSet<OLD_TO_NEW>::Remove(page, slot_addr); in ClearRecordedSlot()5702 RememberedSet<OLD_TO_OLD>::Remove(page, slot_addr); in ClearRecordedSlot()
35 rse_rnat_addr (uint64_t slot_addr) in rse_rnat_addr() argument37 return slot_addr | (0x3f << 3); in rse_rnat_addr()