Home | History | Annotate | Download | only in compiler

Lines Matching refs:ZONE_NAME

95         graph_zone_scope_(zone_stats_, ZONE_NAME),
97 instruction_zone_scope_(zone_stats_, ZONE_NAME),
99 register_allocation_zone_scope_(zone_stats_, ZONE_NAME),
125 graph_zone_scope_(zone_stats_, ZONE_NAME),
132 instruction_zone_scope_(zone_stats_, ZONE_NAME),
134 register_allocation_zone_scope_(zone_stats_, ZONE_NAME),
148 graph_zone_scope_(zone_stats_, ZONE_NAME),
152 instruction_zone_scope_(zone_stats_, ZONE_NAME),
154 register_allocation_zone_scope_(zone_stats_, ZONE_NAME),
165 graph_zone_scope_(zone_stats_, ZONE_NAME),
166 instruction_zone_scope_(zone_stats_, ZONE_NAME),
169 register_allocation_zone_scope_(zone_stats_, ZONE_NAME),
502 zone_scope_(data->zone_stats(), ZONE_NAME) {}
1826 Zone temp_zone(data->isolate()->allocator(), ZONE_NAME);
1951 verifier_zone.reset(new Zone(isolate()->allocator(), ZONE_NAME));