Home | History | Annotate | Download | only in heap

Lines Matching defs:slot_address

4748     Address slot_address = reinterpret_cast<Address>(start);
4749 Page* page = Page::FromAddress(slot_address);
4751 while (slot_address < reinterpret_cast<Address>(end)) {
4752 Object** slot = reinterpret_cast<Object**>(slot_address);
4763 RememberedSet<OLD_TO_NEW>::Insert(page, slot_address);
4774 slot_address += kPointerSize;