Lines Matching refs:instr_

3475         : LDeferredCode(codegen), instr_(instr) { }
3477 codegen()->DoDeferredMathAbsTaggedHeapNumber(instr_);
3479 LInstruction* instr() override { return instr_; }
3482 LMathAbs* instr_;
4271 : LDeferredCode(codegen), instr_(instr) {}
4272 void Generate() override { codegen()->DoDeferredMaybeGrowElements(instr_); }
4273 LInstruction* instr() override { return instr_; }
4276 LMaybeGrowElements* instr_;
4432 : LDeferredCode(codegen), instr_(instr) { }
4433 void Generate() override { codegen()->DoDeferredStringCharCodeAt(instr_); }
4434 LInstruction* instr() override { return instr_; }
4437 LStringCharCodeAt* instr_;
4486 : LDeferredCode(codegen), instr_(instr) { }
4488 codegen()->DoDeferredStringCharFromCode(instr_);
4490 LInstruction* instr() override { return instr_; }
4493 LStringCharFromCode* instr_;
4565 : LDeferredCode(codegen), instr_(instr) { }
4567 codegen()->DoDeferredNumberTagIU(instr_,
4568 instr_->value(),
4569 instr_->temp1(),
4570 instr_->temp2(),
4573 LInstruction* instr() override { return instr_; }
4576 LNumberTagU* instr_;
4656 : LDeferredCode(codegen), instr_(instr) { }
4657 void Generate() override { codegen()->DoDeferredNumberTagD(instr_); }
4658 LInstruction* instr() override { return instr_; }
4661 LNumberTagD* instr_;
4880 : LDeferredCode(codegen), instr_(instr) { }
4881 void Generate() override { codegen()->DoDeferredTaggedToI(instr_); }
4882 LInstruction* instr() override { return instr_; }
4885 LTaggedToI* instr_;
5104 : LDeferredCode(codegen), instr_(instr), object_(object) {
5108 codegen()->DoDeferredInstanceMigration(instr_, object_);
5111 LInstruction* instr() override { return instr_; }
5114 LCheckMaps* instr_;
5222 : LDeferredCode(codegen), instr_(instr) { }
5223 void Generate() override { codegen()->DoDeferredAllocate(instr_); }
5224 LInstruction* instr() override { return instr_; }
5227 LAllocate* instr_;
5578 : LDeferredCode(codegen), instr_(instr) { }
5579 void Generate() override { codegen()->DoDeferredStackCheck(instr_); }
5580 LInstruction* instr() override { return instr_; }
5583 LStackCheck* instr_;
5705 instr_(instr),
5711 codegen()->DoDeferredLoadMutableDouble(instr_, result_, object_, index_);
5713 LInstruction* instr() override { return instr_; }
5716 LLoadFieldByIndex* instr_;