Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dheap-inl.h438 AllocationMemento* Heap::FindAllocationMemento(HeapObject* object) { in FindAllocationMemento() function
481 AllocationMemento* memento = heap->FindAllocationMemento(object); in UpdateAllocationSiteFeedback()
Dheap.h1018 inline AllocationMemento* FindAllocationMemento(HeapObject* object);
Dobjects.cc13191 AllocationMemento* memento = heap->FindAllocationMemento(*object); in UpdateAllocationSite()