Home | History | Annotate | Download | only in x87

Lines Matching refs:AddInstruction

874       chunk_->AddInstruction(dummy, current_block_);
887 chunk_->AddInstruction(clobber, current_block_);
899 AddInstruction(instr, current);
906 void LChunkBuilder::AddInstruction(LInstruction* instr,
956 chunk_->AddInstruction(clobber, current_block_);
958 chunk_->AddInstruction(instr, current_block_);
971 chunk_->AddInstruction(bailout, current_block_);
1080 AddInstruction(new(zone()) LPushArgument(argument), instr);