Searched refs:ShouldBePromoted (Results 1 – 4 of 4) sorted by relevance
370 bool Heap::ShouldBePromoted(Address old_address, int object_size) { in ShouldBePromoted() function
1160 inline bool ShouldBePromoted(Address old_address, int object_size);
1981 if (heap()->ShouldBePromoted(object->address(), size) && in DiscoverAndEvacuateBlackObjectsOnPage()
2042 if (!heap->ShouldBePromoted(object->address(), object_size)) { in EvacuateObject()