Home
last modified time | relevance | path

Searched refs:memento_candidate (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dheap-inl.h469 AllocationMemento* memento_candidate = AllocationMemento::cast(candidate); in FindAllocationMemento() local
476 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() local
510 if (memento_candidate == nullptr) return; in UpdateAllocationSite()
515 Address key = memento_candidate->GetAllocationSiteUnchecked(); in UpdateAllocationSite()