Home | History | Annotate | Download | only in interpreter

Lines Matching defs:register_count

85   int register_count = total_register_count();
89 register_count = register_optimizer_->maxiumum_register_index() + 1;
94 return pipeline_->ToBytecodeArray(isolate, register_count, parameter_count(),
188 DCHECK_EQ(reg_list.register_count(), 2);
206 DCHECK_EQ(2, reg_list.register_count());
216 DCHECK_EQ(3, reg_list.register_count());
934 DCHECK_EQ(3, cache_info_triple.register_count());
948 DCHECK_EQ(2, cache_type_array_pair.register_count());
1015 OutputCallProperty(callable, args, args.register_count(), feedback_slot);
1017 OutputCall(callable, args, args.register_count(), feedback_slot);
1021 OutputTailCall(callable, args, args.register_count(), feedback_slot);
1028 OutputCallWithSpread(callable, args, args.register_count());
1035 OutputConstruct(constructor, args, args.register_count(), feedback_slot_id);
1041 OutputConstructWithSpread(constructor, args, args.register_count());
1053 args.register_count());
1056 args.register_count());
1076 DCHECK_EQ(2, return_pair.register_count());
1078 args.register_count(), return_pair);
1090 OutputCallJSRuntime(context_index, args, args.register_count());
1159 if (reg_list.register_count() == 0) {
1163 for (int i = 0; i < reg_list.register_count(); i++) {