Searched refs:memento_address (Results 1 – 2 of 2) sorted by relevance
111 Address memento_address = o->address() + o->map()->instance_size(); in TEST() local113 reinterpret_cast<AllocationMemento*>(memento_address + kHeapObjectTag); in TEST()
502 Address memento_address = object_address + object->Size(); in FindAllocationMemento() local503 Address last_memento_word_address = memento_address + kPointerSize; in FindAllocationMemento()508 HeapObject* candidate = HeapObject::FromAddress(memento_address); in FindAllocationMemento()525 DCHECK(memento_address == top || in FindAllocationMemento()526 memento_address + HeapObject::kHeaderSize <= top || in FindAllocationMemento()527 !NewSpacePage::OnSamePage(memento_address, top)); in FindAllocationMemento()528 if (memento_address == top) return NULL; in FindAllocationMemento()