Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dallocation-site-inl.h162 int AllocationSite::memento_create_count() const { in memento_create_count() function
180 int value = memento_create_count(); in IncrementMementoCreateCount()
Dallocation-site.h100 inline int memento_create_count() const;
/external/v8/src/diagnostics/
Dobjects-printer.cc1915 << Brief(Smi::FromInt(memento_create_count())); in AllocationSitePrint()
/external/v8/src/heap/
Dheap.cc965 int create_count = site.memento_create_count(); in DigestPretenuringFeedback()