Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h603 AllocationMemento* memento_candidate = AllocationMemento::cast(candidate); in FindAllocationMemento() local
610 return memento_candidate; in FindAllocationMemento()
612 if (memento_candidate == nullptr) return nullptr; in FindAllocationMemento()
620 if ((memento_address != top) && memento_candidate->IsValid()) { in FindAllocationMemento()
621 return memento_candidate; in FindAllocationMemento()
644 AllocationMemento* memento_candidate = FindAllocationMemento<kForGC>(object); in UpdateAllocationSite() local
645 if (memento_candidate == nullptr) return; in UpdateAllocationSite()
651 if (!memento_candidate->IsValid()) return; in UpdateAllocationSite()
652 AllocationSite* site = memento_candidate->GetAllocationSite(); in UpdateAllocationSite()
666 Address key = memento_candidate->GetAllocationSiteUnchecked(); in UpdateAllocationSite()