Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h471 AllocationMemento* Heap::FindAllocationMemento(HeapObject* object) { in FindAllocationMemento() function
516 AllocationMemento* memento = FindAllocationMemento(object); in UpdateAllocationSite()
Dheap.h930 inline AllocationMemento* FindAllocationMemento(HeapObject* object);
/external/v8/src/
Dobjects.cc16040 AllocationMemento* memento = heap->FindAllocationMemento(*object); in UpdateAllocationSite()