Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h514 AllocationMemento memento_candidate = AllocationMemento::cast(candidate); in FindAllocationMemento() local
521 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() local
557 if (memento_candidate.is_null()) return; in UpdateAllocationSite()
562 Address key = memento_candidate.GetAllocationSiteUnchecked(); in UpdateAllocationSite()