Searched refs:ShouldBePromoted (Results 1 – 3 of 3) sorted by relevance
300 bool Heap::ShouldBePromoted(Address old_address, int object_size) { in ShouldBePromoted() function
1207 inline bool ShouldBePromoted(Address old_address, int object_size);
1998 if (heap->ShouldBePromoted(object->address(), object_size)) { in EvacuateObject()