Searched refs:memento_address (Results 1 – 1 of 1) sorted by relevance
482 Address memento_address = object_address + object.SizeFromMap(map); in FindAllocationMemento() local483 Address last_memento_word_address = memento_address + kTaggedSize; in FindAllocationMemento()488 HeapObject candidate = HeapObject::FromAddress(memento_address); in FindAllocationMemento()528 DCHECK(memento_address == top || in FindAllocationMemento()529 memento_address + HeapObject::kHeaderSize <= top || in FindAllocationMemento()530 !Page::OnSamePage(memento_address, top - 1)); in FindAllocationMemento()531 if ((memento_address != top) && memento_candidate.IsValid()) { in FindAllocationMemento()