Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h570 AllocationMemento* Heap::FindAllocationMemento(HeapObject* object) { in FindAllocationMemento() function
644 AllocationMemento* memento_candidate = FindAllocationMemento<kForGC>(object); in UpdateAllocationSite()
Dheap.h833 inline AllocationMemento* FindAllocationMemento(HeapObject* object);
/external/v8/src/
Dobjects.cc15579 heap->FindAllocationMemento<Heap::kForRuntime>(*object); in UpdateAllocationSite()