Searched refs:node_allocator (Results 1 – 6 of 6) sorted by relevance
48 : node_allocator_(isolate_data->node_allocator()) { in NoArrayBufferZeroFillScope()64 inline NodeArrayBufferAllocator* IsolateData::node_allocator() const { in node_allocator() function
127 ArrayBufferAllocator* node_allocator = nullptr,139 inline NodeArrayBufferAllocator* node_allocator() const;
476 ArrayBufferAllocator* node_allocator, in IsolateData() argument480 node_allocator_(node_allocator == nullptr ? nullptr in IsolateData()481 : node_allocator->GetImpl()), in IsolateData()
188 env->isolate_data()->node_allocator(); in MemoryUsage()
1266 NodeArrayBufferAllocator* allocator = env->isolate_data()->node_allocator(); in GetZeroFillToggle()
519 return isolate_data->node_allocator(); in GetArrayBufferAllocator()