Searched refs:AddInstruction (Results 1 – 9 of 9) sorted by relevance
105 void HBasicBlock::AddInstruction(HInstruction* instr) { in AddInstruction() function in v8::internal::HBasicBlock158 AddInstruction(end); in Finish()171 AddInstruction(new(zone()) HLeaveInlined); in Goto()184 AddInstruction(new(zone()) HLeaveInlined); in AddLeaveInlined()2071 owner()->AddInstruction(instr); in ReturnInstruction()2077 owner()->AddInstruction(instr); in ReturnInstruction()2085 builder->AddInstruction(instr); in ReturnInstruction()2188 Push(AddInstruction(new(zone()) HPushArgument(Pop()))); in VisitArgument()2222 AddInstruction(new(zone()) HStackCheck()); in CreateGraph()2314 HInstruction* HGraphBuilder::AddInstruction(HInstruction* instr) { in AddInstruction() function in v8::internal::HGraphBuilder[all …]
101 void AddInstruction(HInstruction* instr);124 void AddSimulate(int id) { AddInstruction(CreateSimulate(id)); } in AddSimulate()666 HInstruction* AddInstruction(HInstruction* instr);
444 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { in AddInstruction() function in v8::internal::LChunk988 chunk_->AddInstruction(instr, current_block_); in VisitInstruction()
1949 void AddInstruction(LInstruction* instruction, HBasicBlock* block);
443 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { in AddInstruction() function in v8::internal::LChunk986 chunk_->AddInstruction(instr, current_block_); in VisitInstruction()
2023 void AddInstruction(LInstruction* instruction, HBasicBlock* block);
451 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { in AddInstruction() function in v8::internal::LChunk993 chunk_->AddInstruction(instr, current_block_); in VisitInstruction()
1966 void AddInstruction(LInstruction* instruction, HBasicBlock* block);
597 multiclass AddInstruction {603 defm A : AddInstruction;