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

/external/chromium_org/v8/src/
H A Dplatform-cygwin.cc191 // range kAllocationRandomAddressMin to kAllocationRandomAddressMax
193 static const intptr_t kAllocationRandomAddressMin = 0x0000000080000000; local
196 static const intptr_t kAllocationRandomAddressMin = 0x04000000;
201 kAllocationRandomAddressMin;
H A Dplatform-win32.cc721 // range kAllocationRandomAddressMin to kAllocationRandomAddressMax
723 static const intptr_t kAllocationRandomAddressMin = 0x0000000080000000; local
726 static const intptr_t kAllocationRandomAddressMin = 0x04000000;
731 kAllocationRandomAddressMin;

Completed in 629 milliseconds