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

  /external/v8/src/heap/
mark-compact-inl.h 302 Min(object_size, start_offset + kProgressBarScanningChunk);
307 end_offset = Min(object_size, end_offset + kProgressBarScanningChunk);
mark-compact.h 937 static const int kProgressBarScanningChunk = 32 * 1024;
    [all...]

Completed in 701 milliseconds