Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc862 int allocation_sites = 0; in ProcessPretenuringFeedback() local
870 allocation_sites++; in ProcessPretenuringFeedback()
898 [&allocation_sites, &trigger_deoptimization](AllocationSite* site) { in ProcessPretenuringFeedback()
900 allocation_sites++; in ProcessPretenuringFeedback()
919 deopt_maybe_tenured ? 1 : 0, allocation_sites, in ProcessPretenuringFeedback()