Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.h451 void set_evacuation(bool evacuation) { evacuation_ = evacuation; } in set_evacuation() argument
453 bool evacuation() const { return evacuation_; } in evacuation() function
Dmark-compact.cc587 if (FLAG_verify_heap && !evacuation()) { in EnsureSweepingCompleted()
/external/v8/
DChangeLog4240 Put newspace evacuation in an EvacuationScope (Chromium issue 471554).
5652 Reserve code range block for evacuation (Chromium issue 430118).
6430 Use emergency memory in the case of out of memory during evacuation
10406 Fixed WeakMap processing for evacuation candidates (issue 2060).