Home | History | Annotate | Download | only in ia32

Lines Matching refs:instr_

3040         : LDeferredCode(codegen), instr_(instr) { }
3042 codegen()->DoDeferredMathAbsTaggedHeapNumber(instr_);
3044 LInstruction* instr() override { return instr_; }
3047 LMathAbs* instr_;
3786 : LDeferredCode(codegen), instr_(instr) {}
3787 void Generate() override { codegen()->DoDeferredMaybeGrowElements(instr_); }
3788 LInstruction* instr() override { return instr_; }
3791 LMaybeGrowElements* instr_;
3926 : LDeferredCode(codegen), instr_(instr) { }
3927 void Generate() override { codegen()->DoDeferredStringCharCodeAt(instr_); }
3928 LInstruction* instr() override { return instr_; }
3931 LStringCharCodeAt* instr_;
3983 : LDeferredCode(codegen), instr_(instr) { }
3985 codegen()->DoDeferredStringCharFromCode(instr_);
3987 LInstruction* instr() override { return instr_; }
3990 LStringCharFromCode* instr_;
4063 : LDeferredCode(codegen), instr_(instr) { }
4066 instr_, instr_->value(), instr_->temp(), SIGNED_INT32);
4068 LInstruction* instr() override { return instr_; }
4071 LNumberTagI* instr_;
4090 : LDeferredCode(codegen), instr_(instr) { }
4093 instr_, instr_->value(), instr_->temp(), UNSIGNED_INT32);
4095 LInstruction* instr() override { return instr_; }
4098 LNumberTagU* instr_;
4170 : LDeferredCode(codegen), instr_(instr) { }
4171 void Generate() override { codegen()->DoDeferredNumberTagD(instr_); }
4172 LInstruction* instr() override { return instr_; }
4175 LNumberTagD* instr_;
4351 : LDeferredCode(codegen), instr_(instr) { }
4352 void Generate() override { codegen()->DoDeferredTaggedToI(instr_, done()); }
4353 LInstruction* instr() override { return instr_; }
4356 LTaggedToI* instr_;
4577 : LDeferredCode(codegen), instr_(instr), object_(object) {
4581 codegen()->DoDeferredInstanceMigration(instr_, object_);
4584 LInstruction* instr() override { return instr_; }
4587 LCheckMaps* instr_;
4684 : LDeferredCode(codegen), instr_(instr) { }
4685 void Generate() override { codegen()->DoDeferredAllocate(instr_); }
4686 LInstruction* instr() override { return instr_; }
4689 LAllocate* instr_;
4979 : LDeferredCode(codegen), instr_(instr) { }
4980 void Generate() override { codegen()->DoDeferredStackCheck(instr_); }
4981 LInstruction* instr() override { return instr_; }
4984 LStackCheck* instr_;
5109 instr_(instr),
5114 codegen()->DoDeferredLoadMutableDouble(instr_, object_, index_);
5116 LInstruction* instr() override { return instr_; }
5119 LLoadFieldByIndex* instr_;