Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h480 AllocationMemento Heap::FindAllocationMemento(Map map, HeapObject object) { in FindAllocationMemento() function
556 FindAllocationMemento<kForGC>(map, object); in UpdateAllocationSite()
Dheap.h670 inline AllocationMemento FindAllocationMemento(Map map, HeapObject object);
/external/v8/src/objects/
Djs-objects.cc4872 heap->FindAllocationMemento<Heap::kForRuntime>(object->map(), *object); in UpdateAllocationSite()