Searched refs:RandomPageAddress (Results 1 – 8 of 8) sorted by relevance
41 Address EmulatedVirtualAddressSubspace::RandomPageAddress() { in RandomPageAddress() function in v8::base::EmulatedVirtualAddressSubspace78 hint = RandomPageAddress(); in AllocatePages()91 hint = RandomPageAddress(); in AllocatePages()119 hint = RandomPageAddress(); in AllocateSharedPages()130 hint = RandomPageAddress(); in AllocateSharedPages()
57 Address RandomPageAddress() override;102 Address RandomPageAddress() override;
39 return reinterpret_cast<void*>(vas_->RandomPageAddress()); in GetRandomMmapAddr()
46 Address RandomPageAddress() override; in NON_EXPORTED_BASE()
72 Address VirtualAddressSpace::RandomPageAddress() { in RandomPageAddress() function in v8::base::VirtualAddressSpace217 Address VirtualAddressSubspace::RandomPageAddress() { in RandomPageAddress() function in v8::base::VirtualAddressSubspace
31 Address RandomPageAddress() override { return vas_->RandomPageAddress(); } in RandomPageAddress() function
185 Address hint = RoundDown(vas->RandomPageAddress(), kSandboxAlignment); in Initialize()
657 virtual Address RandomPageAddress() = 0;