Home
last modified time | relevance | path

Searched refs:code_page_allocator (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dmemory-allocator.h178 v8::PageAllocator* code_page_allocator,
248 v8::PageAllocator* code_page_allocator() { return code_page_allocator_; } in code_page_allocator() function
Dmemory-allocator.cc34 v8::PageAllocator* code_page_allocator, in MemoryAllocator() argument
38 code_page_allocator_(code_page_allocator), in MemoryAllocator()
45 DCHECK_NOT_NULL(code_page_allocator); in MemoryAllocator()
Dheap.cc5701 v8::PageAllocator* code_page_allocator; in SetUp() local
5730 code_page_allocator = code_range_->page_allocator(); in SetUp()
5732 code_page_allocator = isolate_->page_allocator(); in SetUp()
5737 new MemoryAllocator(isolate_, code_page_allocator, MaxReserved())); in SetUp()