Searched refs:ShouldRetainMap (Results 1 – 2 of 2) sorted by relevance
279 bool ShouldRetainMap(Map* map, int age);
476 bool IncrementalMarking::ShouldRetainMap(Map* map, int age) { in ShouldRetainMap() function in v8::internal::IncrementalMarking516 if (ShouldRetainMap(map, age)) { in RetainMaps()