Lines Matching defs:zone
30 AllocationGroup(Node* node, AllocationType allocation, Zone* zone);
32 Zone* zone);
61 MemoryLowering::MemoryLowering(JSGraph* jsgraph, Zone* zone,
67 zone_(zone),
76 Zone* MemoryLowering::graph_zone() const { return graph()->zone(); }
278 AllocationState::Open(group, state_size, top, effect, zone());
324 AllocationGroup* group = zone()->New<AllocationGroup>(
325 value, allocation_type, reservation_size, zone());
327 AllocationState::Open(group, object_size, top, effect, zone());
368 zone()->New<AllocationGroup>(value, allocation_type, zone());
369 *state_ptr = AllocationState::Closed(group, effect, zone());
651 write_barrier_assert_failed_(node, object, function_debug_name_, zone());
658 Zone* zone)
659 : node_ids_(zone),
667 Node* size, Zone* zone)
668 : node_ids_(zone),