Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc722 for (auto& site_and_count : local_pretenuring_feedback) { in MergeAllocationSitePretenuringFeedback() local
723 site = site_and_count.first; in MergeAllocationSitePretenuringFeedback()
724 MapWord map_word = site_and_count.first->map_word(); in MergeAllocationSitePretenuringFeedback()
734 const int value = static_cast<int>(site_and_count.second); in MergeAllocationSitePretenuringFeedback()
869 for (auto& site_and_count : global_pretenuring_feedback_) { in ProcessPretenuringFeedback() local
871 site = site_and_count.first; in ProcessPretenuringFeedback()
873 DCHECK_EQ(0, site_and_count.second); in ProcessPretenuringFeedback()