Home | History | Annotate | Download | only in x87

Lines Matching defs:AddInstruction

869       chunk_->AddInstruction(dummy, current_block_);
882 chunk_->AddInstruction(clobber, current_block_);
894 AddInstruction(instr, current);
901 void LChunkBuilder::AddInstruction(LInstruction* instr,
951 chunk_->AddInstruction(clobber, current_block_);
953 chunk_->AddInstruction(instr, current_block_);
964 chunk_->AddInstruction(bailout, current_block_);
1074 AddInstruction(new(zone()) LPushArgument(argument), instr);