Searched refs:memento_address (Results 1 – 1 of 1) sorted by relevance
510 Address memento_address = object_address + object->Size(); in FindAllocationMemento() local511 Address last_memento_word_address = memento_address + kPointerSize; in FindAllocationMemento()515 HeapObject* candidate = HeapObject::FromAddress(memento_address); in FindAllocationMemento()538 DCHECK(memento_address == top || in FindAllocationMemento()539 memento_address + HeapObject::kHeaderSize <= top || in FindAllocationMemento()540 !Page::OnSamePage(memento_address, top - 1)); in FindAllocationMemento()541 if ((memento_address != top) && memento_candidate->IsValid()) { in FindAllocationMemento()