HomeSort by relevance Sort by last modified time
    Searched refs:IsCompacting (Results 1 - 5 of 5) sorted by null

  /external/v8/src/heap/
incremental-marking.h 164 SetOldSpacePageFlags(chunk, IsMarking(), IsCompacting());
171 bool IsCompacting() { return IsMarking() && is_compacting_; }
scavenger.cc 417 if (heap()->incremental_marking()->IsCompacting()) {
incremental-marking.cc 418 } else if (IsCompacting()) {
    [all...]
mark-compact.cc     [all...]
heap.cc     [all...]

Completed in 56 milliseconds