Home
last modified time | relevance | path

Searched refs:PageEvacuationMode (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dmark-compact.h246 enum PageEvacuationMode { NEW_TO_NEW, NEW_TO_OLD }; enum
Dmark-compact.cc1363 template <PageEvacuationMode mode>
2403 EvacuateNewSpacePageVisitor<PageEvacuationMode::NEW_TO_NEW>
2405 EvacuateNewSpacePageVisitor<PageEvacuationMode::NEW_TO_OLD>