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

  /external/v8/src/
incremental-marking.h 104 static const intptr_t kAllocationMarkingFactorSpeedupInterval = 1024;
incremental-marking.cc 853 if ((steps_count_ % kAllocationMarkingFactorSpeedupInterval) == 0) {
856 static_cast<int>(kAllocationMarkingFactorSpeedupInterval));

Completed in 240 milliseconds