Home | History | Annotate | Download | only in src

Lines Matching refs:AddInstruction

132 void HBasicBlock::AddInstruction(HInstruction* instr,
204 AddInstruction(end, position);
222 AddInstruction(new(zone())
244 AddInstruction(new(zone()) HLeaveInlined(state->entry(), argument_count),
1108 builder_->AddInstruction(increment_);
1153 builder_->AddInstruction(increment_);
1185 HInstruction* HGraphBuilder::AddInstruction(HInstruction* instr) {
1190 current_block()->AddInstruction(instr, source_position());
2570 AddInstruction(mul);
4041 owner()->AddInstruction(instr);
4082 owner()->AddInstruction(instr);
4136 builder->AddInstruction(instr);
4463 AddInstruction(push_args);
4489 AddInstruction(arguments_object);
4549 AddInstruction(function);
5630 AddInstruction(store);
6358 if (!access->IsLinked()) AddInstruction(access);
6374 AddInstruction(instr);
6457 AddInstruction(instr);
7028 return AddInstruction(result);
7063 instr = AddInstruction(BuildKeyedGeneric(access_type, expr, object, key,
7089 access = AddInstruction(BuildKeyedGeneric(access_type, expr, object, key,
7148 AddInstruction(instr);
7181 instr = AddInstruction(BuildKeyedGeneric(access_type, expr, obj, key,
7205 instr = AddInstruction(BuildKeyedGeneric(access_type, expr, obj, key, val));
7347 AddInstruction(char_code);
7635 AddInstruction(call);
7653 AddInstruction(function);
7671 AddInstruction(call);
8162 AddInstruction(char_code);
10193 return AddInstruction(number.value);
11667 AddInstruction(char_code);