Searched refs:code_page_allocator (Results 1 – 3 of 3) sorted by relevance
178 v8::PageAllocator* code_page_allocator,248 v8::PageAllocator* code_page_allocator() { return code_page_allocator_; } in code_page_allocator() function
34 v8::PageAllocator* code_page_allocator, in MemoryAllocator() argument38 code_page_allocator_(code_page_allocator), in MemoryAllocator()45 DCHECK_NOT_NULL(code_page_allocator); in MemoryAllocator()
5701 v8::PageAllocator* code_page_allocator; in SetUp() local5730 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()