Lines Matching defs:zone
195 deferred_(generator->zone()),
954 explicit FeedbackSlotCache(Zone* zone) : map_(zone) {}
1028 labels_(bytecode_generator->zone()) {
1084 // A map from property names to getter/setter pairs allocated in the zone that
1093 explicit AccessorTable(Zone* zone)
1096 Literal::Match, ZoneAllocationPolicy(zone)),
1097 zone_(zone) {}
1141 builder_(zone(), info->num_parameters_including_this(),
1150 feedback_slot_cache_(zone()->New<FeedbackSlotCache>(zone())),
1151 top_level_builder_(zone()->New<TopLevelDeclarationsBuilder>()),
1153 function_literals_(0, zone()),
1154 native_function_literals_(0, zone()),
1155 object_literals_(0, zone()),
1156 array_literals_(0, zone()),
1157 class_literals_(0, zone()),
1158 template_objects_(0, zone()),
1172 block_coverage_builder_ = zone()->New<BlockCoverageBuilder>(
1173 zone(), builder(), info->source_range_map());
2263 BytecodeLabels loop_backbranch(zone());
2281 BytecodeLabels loop_body(zone());
2304 BytecodeLabels loop_body(zone());
2585 AccessorTable<ClassLiteral::Property> private_accessors(zone());
3092 AccessorTable<ObjectLiteral::Property> accessor_table(zone());
3403 array_literal_builder = zone()->New<ArrayLiteralBoilerplateBuilder>(
4016 BytecodeLabels iterator_is_done(zone());
4195 BytecodeLabels is_done(zone());
4860 BytecodeLabels after_switch(zone());
4884 BytecodeLabels no_return_method(zone());
4905 BytecodeLabels no_throw_method(zone());
6414 BytecodeLabels done(zone());
6539 BytecodeLabels test_next(zone());
6667 BytecodeLabels end_labels(zone());
6691 BytecodeLabels end_labels(zone());
6728 BytecodeLabels end_labels(zone());
6752 BytecodeLabels end_labels(zone());
6790 BytecodeLabels end_labels(zone());
6814 BytecodeLabels end_labels(zone());