Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dheap.cc1305 if (allocation_sites_to_pretenure_) { in ProcessPretenuringFeedback()
1306 while (!allocation_sites_to_pretenure_->empty()) { in ProcessPretenuringFeedback()
1307 auto pretenure_site = allocation_sites_to_pretenure_->Pop(); in ProcessPretenuringFeedback()
1312 allocation_sites_to_pretenure_.reset(); in ProcessPretenuringFeedback()
1352 if (!allocation_sites_to_pretenure_) { in PretenureAllocationSiteOnNextCollection()
1353 allocation_sites_to_pretenure_.reset( in PretenureAllocationSiteOnNextCollection()
1356 allocation_sites_to_pretenure_->Push(site); in PretenureAllocationSiteOnNextCollection()
6176 allocation_sites_to_pretenure_.reset(); in TearDown()
Dheap.h2355 allocation_sites_to_pretenure_; variable