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

  /external/v8/src/heap/
scavenger.h 48 static const int kInterruptThreshold = 128;
scavenger.cc 155 if (have_barrier && ((++objects % kInterruptThreshold) == 0)) {
168 if (have_barrier && ((++objects % kInterruptThreshold) == 0)) {

Completed in 4935 milliseconds