Home
last modified time | relevance | path

Searched refs:InitReservation (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dcode-range.cc99 bool CodeRange::InitReservation(v8::PageAllocator* page_allocator, in InitReservation() function in v8::internal::CodeRange
123 // is enabled so that InitReservation would not break the alignment in in InitReservation()
135 if (!VirtualMemoryCage::InitReservation(params)) return false; in InitReservation()
262 if (!code_range->InitReservation(page_allocator, requested_size)) { in EnsureProcessWideCodeRange()
H A Dcode-range.h115 bool InitReservation(v8::PageAllocator* page_allocator, size_t requested);
H A Dheap.cc5716 if (!code_range_->InitReservation(isolate_->page_allocator(), in SetUp()
/third_party/node/deps/v8/src/init/
H A Disolate-allocator.cc103 if (!GetProcessWidePtrComprCage()->InitReservation(params, in InitializeOncePerProcess()
116 if (!isolate_ptr_compr_cage_.InitReservation(params)) { in IsolateAllocator()
/third_party/node/deps/v8/src/utils/
H A Dallocation.h387 bool InitReservation(
H A Dallocation.cc352 bool VirtualMemoryCage::InitReservation( in InitReservation() function in v8::internal::VirtualMemoryCage

Completed in 14 milliseconds