Searched refs:memory_allocator_ (Results 1 – 3 of 3) sorted by relevance
110 isolate->heap()->memory_allocator_ = allocator; in TestMemoryAllocatorScope()114 isolate_->heap()->memory_allocator_ = old_allocator_; in ~TestMemoryAllocatorScope()
968 MemoryAllocator* memory_allocator() { return memory_allocator_; } in memory_allocator()2189 MemoryAllocator* memory_allocator_; variable
138 memory_allocator_(nullptr), in Heap()5246 memory_allocator_ = new MemoryAllocator(isolate_); in SetUp()5247 if (!memory_allocator_->SetUp(MaxReserved(), MaxExecutableSize(), in SetUp()5515 delete memory_allocator_; in TearDown()5516 memory_allocator_ = nullptr; in TearDown()