Searched refs:kAllocationRandomAddressMax (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/base/platform/
H A Dplatform-win32.cc741 // range kAllocationRandomAddressMin to kAllocationRandomAddressMax
744 static const intptr_t kAllocationRandomAddressMax = 0x000003FFFFFF0000; local
747 static const intptr_t kAllocationRandomAddressMax = 0x3FFF0000;
752 address &= kAllocationRandomAddressMax;

Completed in 70 milliseconds