Home
last modified time | relevance | path

Searched refs:slot_addr (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dremembered-set.h24 static void Insert(Page* page, Address slot_addr) { in Insert() argument
25 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() argument
38 DCHECK(page->Contains(slot_addr)); in Remove()
41 uintptr_t offset = slot_addr - page->address(); in Remove()
104 Address slot_addr) { in InsertTyped() argument
113 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()
Dheap.cc5698 Address slot_addr = reinterpret_cast<Address>(slot); in ClearRecordedSlot() local
5699 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()
/external/libunwind/include/tdep-ia64/
Drse.h35 rse_rnat_addr (uint64_t slot_addr) in rse_rnat_addr() argument
37 return slot_addr | (0x3f << 3); in rse_rnat_addr()