Lines Matching refs:memento
9194 // memento is present involves carefully checking the object immediately
9212 AllocationMemento* memento = AllocationMemento::cast(
9214 if (memento->IsValid()) {
9215 return memento;
12905 AllocationMemento* memento = AllocationMemento::FindForJSObject(this);
12906 if (memento == NULL || !memento->IsValid()) {
12911 AllocationSite* site = memento->GetAllocationSite();