Searched refs:zone_allocator (Results 1 – 2 of 2) sorted by relevance
19 ParseInfo::ParseInfo(Isolate* isolate, AccountingAllocator* zone_allocator) in ParseInfo() argument20 : zone_(base::make_unique<Zone>(zone_allocator, ZONE_NAME)), in ParseInfo()
41 ParseInfo(Isolate*, AccountingAllocator* zone_allocator);