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

  /external/chromium_org/v8/src/
store-buffer.h 93 static const int kStoreBufferSize = kStoreBufferOverflowBit;
94 static const int kStoreBufferLength = kStoreBufferSize / sizeof(Address);
  /external/v8/src/
store-buffer.h 85 static const int kStoreBufferSize = kStoreBufferOverflowBit;
86 static const int kStoreBufferLength = kStoreBufferSize / sizeof(Address);

Completed in 60 milliseconds