Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dallocation-site.h85 inline bool IncrementMementoFoundCount(int increment = 1);
Dallocation-site-inl.h183 bool AllocationSite::IncrementMementoFoundCount(int increment) { in IncrementMementoFoundCount() function
/third_party/node/deps/v8/src/heap/
Dheap.cc1121 if (site.IncrementMementoFoundCount(value)) { in MergeAllocationSitePretenuringFeedback()