Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/sandbox/
H A Dexternal-pointer-table-inl.h21 VirtualAddressSpace* root_space = GetPlatformVirtualAddressSpace(); in Init() local
23 root_space->allocation_granularity())); in Init()
24 buffer_ = root_space->AllocatePages( in Init()
26 root_space->allocation_granularity(), PagePermissions::kNoAccess); in Init()
H A Dexternal-pointer-table.cc71 VirtualAddressSpace* root_space = GetPlatformVirtualAddressSpace(); in Grow() local
72 DCHECK(IsAligned(kBlockSize, root_space->page_size())); in Grow()
73 CHECK(root_space->SetPagePermissions(buffer_ + old_capacity * sizeof(Address), in Grow()

Completed in 2 milliseconds