Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dallocation-site-inl.h159 int AllocationSite::memento_found_count() const { in memento_found_count() function
186 int value = memento_found_count(); in IncrementMementoFoundCount()
188 return memento_found_count() >= kPretenureMinimumCreated; in IncrementMementoFoundCount()
Dallocation-site.h99 inline int memento_found_count() const;
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc2156 << Brief(Smi::FromInt(memento_found_count())); in AllocationSitePrint()
/third_party/node/deps/v8/src/heap/
Dheap.cc1205 int found_count = site.memento_found_count(); in DigestPretenuringFeedback()
1285 int found_count = site.memento_found_count(); in ProcessPretenuringFeedback()