Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/heap/
Dheap-inl.h370 bool Heap::ShouldBePromoted(Address old_address, int object_size) { in ShouldBePromoted() function
Dheap.h1160 inline bool ShouldBePromoted(Address old_address, int object_size);
Dmark-compact.cc1981 if (heap()->ShouldBePromoted(object->address(), size) && in DiscoverAndEvacuateBlackObjectsOnPage()
Dheap.cc2042 if (!heap->ShouldBePromoted(object->address(), object_size)) { in EvacuateObject()