Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.cc2327 enum EvacuationMode { enum in v8::internal::Evacuator
2334 static inline EvacuationMode ComputeEvacuationMode(MemoryChunk* chunk) { in ComputeEvacuationMode()
2473 const EvacuationMode evacuation_mode = ComputeEvacuationMode(page); in RawEvacuatePage()