Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/init/
H A Disolate-allocator.cc35 page_allocator = GetPlatformPageAllocator(); in PtrComprCageReservationParams()
130 page_allocator_ = GetPlatformPageAllocator(); in IsolateAllocator()
166 v8::PageAllocator* platform_page_allocator = GetPlatformPageAllocator(); in CommitPagesForIsolate()
/third_party/node/deps/v8/src/utils/
H A Dallocation.cc84 v8::PageAllocator* GetPlatformPageAllocator() { in GetPlatformPageAllocator() function
104 return GetPlatformPageAllocator(); in GetSandboxPageAllocator()
114 v8::PageAllocator* old_page_allocator = GetPlatformPageAllocator(); in SetPlatformPageAllocatorForTesting()
185 return GetPlatformPageAllocator()->AllocatePageSize(); in AllocatePageSize()
188 size_t CommitPageSize() { return GetPlatformPageAllocator()->CommitPageSize(); } in CommitPageSize()
191 GetPlatformPageAllocator()->SetRandomMmapSeed(seed); in SetRandomMmapSeed()
195 return GetPlatformPageAllocator()->GetRandomMmapAddr(); in GetRandomMmapAddr()
H A Dallocation.h103 V8_EXPORT_PRIVATE v8::PageAllocator* GetPlatformPageAllocator();
123 return GetPlatformPageAllocator(); in GetArrayBufferPageAllocator()
/third_party/node/deps/v8/src/wasm/
H A Dstacks.h49 PageAllocator* allocator = GetPlatformPageAllocator(); in ~StackMemory()
92 PageAllocator* allocator = GetPlatformPageAllocator(); in StackMemory()
H A Dwasm-code-manager.cc809 v8::PageAllocator* page_allocator = GetPlatformPageAllocator(); in RemoveWriter()
826 v8::PageAllocator* page_allocator = GetPlatformPageAllocator(); in MakeWritable()
889 v8::PageAllocator* page_allocator = GetPlatformPageAllocator(); in InsertIntoWritableRegions()
1953 GetPlatformPageAllocator(), region, permission, memory_protection_key_); in Commit()
1957 success = SetPermissions(GetPlatformPageAllocator(), region.begin(), in Commit()
1972 PageAllocator* allocator = GetPlatformPageAllocator(); in Decommit()
1992 v8::PageAllocator* page_allocator = GetPlatformPageAllocator(); in TryAllocate()
2009 SetPermissions(GetPlatformPageAllocator(), mem.address(), mem.size(), in TryAllocate()
/third_party/node/deps/v8/src/objects/
H A Dbacking-store.cc210 PageAllocator* page_allocator = GetPlatformPageAllocator(); in ~BackingStore()
427 PageAllocator* page_allocator = GetPlatformPageAllocator(); in TryAllocateAndPartiallyCommitMemory()
441 page_allocator = GetPlatformPageAllocator(); in TryAllocateAndPartiallyCommitMemory()
624 if (!i::SetPermissions(GetPlatformPageAllocator(), buffer_start_, in GrowWasmMemoryInPlace()
695 if (!i::SetPermissions(GetPlatformPageAllocator(), buffer_start_, in ResizeInPlace()
735 if (!i::SetPermissions(GetPlatformPageAllocator(), buffer_start_, in GrowInPlace()
/third_party/node/deps/v8/src/zone/
H A Daccounting-allocator.cc75 v8::PageAllocator* platform_page_allocator = GetPlatformPageAllocator(); in AccountingAllocator()
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.cc127 v8::PageAllocator* page_allocator = v8::internal::GetPlatformPageAllocator(); in CreateOffHeapOffHeapInstructionStream()
177 v8::PageAllocator* page_allocator = v8::internal::GetPlatformPageAllocator(); in FreeOffHeapOffHeapInstructionStream()
/third_party/node/deps/v8/src/heap/
H A Dcode-range.cc103 page_allocator = GetPlatformPageAllocator(); in InitReservation()
H A Dread-only-heap.cc52 GetPlatformPageAllocator()->CanAllocateSharedPages(); in IsSharedMemoryAvailable()
H A Dread-only-spaces.cc104 : GetPlatformPageAllocator(); in Initialize()
223 v8::PageAllocator* page_allocator = GetPlatformPageAllocator(); in Initialize()

Completed in 19 milliseconds