Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dscavenger-inl.h261 if (!heap()->ShouldBePromoted(object.address())) { in EvacuateObjectDefault()
Dheap-inl.h467 bool Heap::ShouldBePromoted(Address old_address) { in ShouldBePromoted() function
Dheap.h721 inline bool ShouldBePromoted(Address old_address);
Dmark-compact.cc1425 if (heap_->ShouldBePromoted(object.address()) && in Visit()