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

  /external/v8/src/heap/
incremental-marking.h 185 SetOldSpacePageFlags(chunk, IsMarking(), IsCompacting());
192 bool IsCompacting() { return IsMarking() && is_compacting_; }
scavenger.cc 418 if (heap()->incremental_marking()->IsCompacting()) {
incremental-marking.cc 436 } else if (IsCompacting()) {
    [all...]
mark-compact.cc     [all...]
heap.cc     [all...]
  /external/v8/test/cctest/
test-unboxed-doubles.cc     [all...]

Completed in 237 milliseconds