Lines Matching defs:zone
15 #include "src/zone/zone-containers.h"
53 explicit AsmJsParser(Zone* zone, uintptr_t stack_limit,
88 FunctionImportInfo(base::Vector<const char> name, Zone* zone)
89 : function_name(name), cache(zone) {}
134 explicit CachedVectors(Zone* zone) : reusable_vectors_(zone) {}
136 Zone* zone() const { return reusable_vectors_.get_allocator().zone(); }
157 : ZoneVector<T>(cache->zone()), cache_(cache) {
247 Zone* zone() { return zone_; }
325 // Preserves a copy of the scanner's current identifier string in the zone.