Lines Matching refs:AddInstruction

132 void HBasicBlock::AddInstruction(HInstruction* instr,  in AddInstruction()  function in v8::internal::HBasicBlock
204 AddInstruction(end, position); in Finish()
222 AddInstruction(new(zone()) in Goto()
244 AddInstruction(new(zone()) HLeaveInlined(state->entry(), argument_count), in AddLeaveInlined()
1108 builder_->AddInstruction(increment_); in BeginBody()
1153 builder_->AddInstruction(increment_); in EndBody()
1185 HInstruction* HGraphBuilder::AddInstruction(HInstruction* instr) { in AddInstruction() function in v8::internal::HGraphBuilder
1190 current_block()->AddInstruction(instr, source_position()); in AddInstruction()
2570 AddInstruction(mul); in BuildCalculateElementsSize()
4041 owner()->AddInstruction(instr); in ReturnInstruction()
4082 owner()->AddInstruction(instr); in ReturnInstruction()
4136 builder->AddInstruction(instr); in ReturnInstruction()
4463 AddInstruction(push_args); in PushArgumentsFromEnvironment()
4489 AddInstruction(arguments_object); in SetUpScope()
4549 AddInstruction(function); in VisitBlock()
5630 AddInstruction(store); in VisitObjectLiteral()
6358 if (!access->IsLinked()) AddInstruction(access); in HandlePolymorphicNamedFieldAccess()
6374 AddInstruction(instr); in HandlePolymorphicNamedFieldAccess()
6457 AddInstruction(instr); in BuildStore()
7028 return AddInstruction(result); in HandlePolymorphicElementAccess()
7063 instr = AddInstruction(BuildKeyedGeneric(access_type, expr, object, key, in HandlePolymorphicElementAccess()
7089 access = AddInstruction(BuildKeyedGeneric(access_type, expr, object, key, in HandlePolymorphicElementAccess()
7148 AddInstruction(instr); in HandleKeyedElementAccess()
7181 instr = AddInstruction(BuildKeyedGeneric(access_type, expr, obj, key, in HandleKeyedElementAccess()
7205 instr = AddInstruction(BuildKeyedGeneric(access_type, expr, obj, key, val)); in HandleKeyedElementAccess()
7347 AddInstruction(char_code); in BuildLoad()
7635 AddInstruction(call); in HandlePolymorphicCallNamed()
7653 AddInstruction(function); in HandlePolymorphicCallNamed()
7671 AddInstruction(call); in HandlePolymorphicCallNamed()
8162 AddInstruction(char_code); in TryInlineBuiltinMethodCall()
10193 return AddInstruction(number.value); in TruncateToNumber()
11667 AddInstruction(char_code); in GenerateStringCharAt()