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

  /external/chromium_org/v8/src/heap/
store-buffer.h 70 static const int kOldStoreBufferLength = kStoreBufferLength * 16;
store-buffer.cc 45 new base::VirtualMemory(kOldStoreBufferLength * kPointerSize);
54 DCHECK(initial_length <= kOldStoreBufferLength);
56 old_reserved_limit_ = old_start_ + kOldStoreBufferLength;

Completed in 340 milliseconds