Searched refs:node_allocator (Results 1 – 7 of 7) sorted by relevance
26 : node_allocator_(isolate_data->node_allocator()) { in NoArrayBufferZeroFillScope()
191 ArrayBufferAllocator* node_allocator, in IsolateData() argument195 node_allocator_(node_allocator == nullptr ? nullptr in IsolateData()196 : node_allocator->GetImpl()), in IsolateData()
216 env->isolate_data()->node_allocator(); in MemoryUsage()
515 ArrayBufferAllocator* node_allocator = nullptr,527 inline NodeArrayBufferAllocator* node_allocator() const;
52 inline NodeArrayBufferAllocator* IsolateData::node_allocator() const { in node_allocator() function
1186 env->isolate_data()->node_allocator()) { in Initialize()
474 return isolate_data->node_allocator(); in GetArrayBufferAllocator()