Searched refs:memento_candidate (Results 1 – 1 of 1) sorted by relevance
469 AllocationMemento* memento_candidate = AllocationMemento::cast(candidate); in FindAllocationMemento() local476 return memento_candidate; in FindAllocationMemento()478 if (memento_candidate == nullptr) return nullptr; in FindAllocationMemento()486 if ((memento_address != top) && memento_candidate->IsValid()) { in FindAllocationMemento()487 return memento_candidate; in FindAllocationMemento()508 AllocationMemento* memento_candidate = in UpdateAllocationSite() local510 if (memento_candidate == nullptr) return; in UpdateAllocationSite()515 Address key = memento_candidate->GetAllocationSiteUnchecked(); in UpdateAllocationSite()