Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dallocation-site-inl.h151 inline void AllocationSite::set_memento_found_count(int count) { in set_memento_found_count() function
174 set_memento_found_count(value + increment); in IncrementMementoFoundCount()
Dallocation-site.h98 inline void set_memento_found_count(int count);
Dobjects.cc5093 set_memento_found_count(0); in ResetPretenureDecision()
/external/v8/src/heap/
Dheap.cc990 site.set_memento_found_count(0); in DigestPretenuringFeedback()