Searched refs:memento_found_count (Results 1 – 4 of 4) sorted by relevance
1133 Smi::FromInt(memento_found_count())->ShortPrint(out); in AllocationSitePrint()
1579 int value = memento_found_count(); in IncrementMementoFoundCount()1581 return memento_found_count() == kPretenureMinimumCreated; in IncrementMementoFoundCount()1622 int found_count = memento_found_count(); in DigestPretenuringFeedback()
513 allocation_mementos_found += site->memento_found_count(); in ProcessPretenuringFeedback()514 if (site->memento_found_count() > 0) { in ProcessPretenuringFeedback()
8631 int memento_found_count() { in memento_found_count() function