Searched refs:GetPlatformPageAllocator (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/init/ |
H A D | isolate-allocator.cc | 35 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 D | allocation.cc | 84 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 D | allocation.h | 103 V8_EXPORT_PRIVATE v8::PageAllocator* GetPlatformPageAllocator(); 123 return GetPlatformPageAllocator(); in GetArrayBufferPageAllocator()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | stacks.h | 49 PageAllocator* allocator = GetPlatformPageAllocator(); in ~StackMemory() 92 PageAllocator* allocator = GetPlatformPageAllocator(); in StackMemory()
|
H A D | wasm-code-manager.cc | 809 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 D | backing-store.cc | 210 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 D | accounting-allocator.cc | 75 v8::PageAllocator* platform_page_allocator = GetPlatformPageAllocator(); in AccountingAllocator()
|
/third_party/node/deps/v8/src/snapshot/embedded/ |
H A D | embedded-data.cc | 127 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 D | code-range.cc | 103 page_allocator = GetPlatformPageAllocator(); in InitReservation()
|
H A D | read-only-heap.cc | 52 GetPlatformPageAllocator()->CanAllocateSharedPages(); in IsSharedMemoryAvailable()
|
H A D | read-only-spaces.cc | 104 : GetPlatformPageAllocator(); in Initialize() 223 v8::PageAllocator* page_allocator = GetPlatformPageAllocator(); in Initialize()
|
Completed in 19 milliseconds