Home
last modified time | relevance | path

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

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