Searched refs:memento_candidate (Results 1 – 1 of 1) sorted by relevance
514 AllocationMemento memento_candidate = AllocationMemento::cast(candidate); in FindAllocationMemento() local521 return memento_candidate; in FindAllocationMemento()523 if (memento_candidate.is_null()) return AllocationMemento(); in FindAllocationMemento()531 if ((memento_address != top) && memento_candidate.IsValid()) { in FindAllocationMemento()532 return memento_candidate; in FindAllocationMemento()555 AllocationMemento memento_candidate = in UpdateAllocationSite() local557 if (memento_candidate.is_null()) return; in UpdateAllocationSite()562 Address key = memento_candidate.GetAllocationSiteUnchecked(); in UpdateAllocationSite()