Lines Matching defs:zone
183 JSGraph* jsgraph, Zone* zone,
186 : graph_assembler_(jsgraph, zone),
187 memory_lowering_(jsgraph, zone, &graph_assembler_, allocation_folding,
190 empty_state_(AllocationState::Empty(zone)),
191 pending_(zone),
192 tokens_(zone),
193 zone_(zone),
406 state = AllocationState::Closed(group, nullptr, zone());
423 if (CanLoopAllocate(node, zone())) {
442 it = pending_.insert(std::make_pair(id, AllocationStates(zone()))).first;