Home
last modified time | relevance | path

Searched refs:code_page_allocator_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dmemory-allocator.h248 v8::PageAllocator* code_page_allocator() { return code_page_allocator_; } in code_page_allocator()
253 return executable == EXECUTABLE ? code_page_allocator_ in page_allocator()
383 v8::PageAllocator* code_page_allocator_; variable
Dmemory-allocator.cc38 code_page_allocator_(code_page_allocator), in MemoryAllocator()
61 code_page_allocator_ = nullptr; in TearDown()