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

  /external/chromium_org/v8/src/
store-buffer.h 92 static const int kStoreBufferOverflowBit = 1 << (14 + kPointerSizeLog2);
93 static const int kStoreBufferSize = kStoreBufferOverflowBit;
  /external/v8/src/
store-buffer.h 84 static const int kStoreBufferOverflowBit = 1 << (14 + kPointerSizeLog2);
85 static const int kStoreBufferSize = kStoreBufferOverflowBit;

Completed in 37 milliseconds