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

  /external/chromium_org/v8/src/
incremental-marking.cc 495 static const intptr_t kActivationThreshold = 8 * MB;
499 static const intptr_t kActivationThreshold = 0;
511 heap_->PromotedSpaceSizeOfObjects() > kActivationThreshold;
    [all...]
  /external/v8/src/
incremental-marking.cc 400 static const intptr_t kActivationThreshold = 8 * MB;
404 static const intptr_t kActivationThreshold = 0;
410 heap_->PromotedSpaceSizeOfObjects() > kActivationThreshold;

Completed in 284 milliseconds