Searched refs:memento_address (Results 1 – 1 of 1) sorted by relevance
438 Address memento_address = object_address + object->SizeFromMap(map); in FindAllocationMemento() local439 Address last_memento_word_address = memento_address + kPointerSize; in FindAllocationMemento()444 HeapObject* candidate = HeapObject::FromAddress(memento_address); in FindAllocationMemento()483 DCHECK(memento_address == top || in FindAllocationMemento()484 memento_address + HeapObject::kHeaderSize <= top || in FindAllocationMemento()485 !Page::OnSamePage(memento_address, top - 1)); in FindAllocationMemento()486 if ((memento_address != top) && memento_candidate->IsValid()) { in FindAllocationMemento()