Home | History | Annotate | Download | only in mips

Lines Matching refs:instr_

3207         : LDeferredCode(codegen), instr_(instr) { }
3209 codegen()->DoDeferredMathAbsTaggedHeapNumber(instr_);
3211 LInstruction* instr() override { return instr_; }
3214 LMathAbs* instr_;
3941 : LDeferredCode(codegen), instr_(instr) {}
3942 void Generate() override { codegen()->DoDeferredMaybeGrowElements(instr_); }
3943 LInstruction* instr() override { return instr_; }
3946 LMaybeGrowElements* instr_;
4107 : LDeferredCode(codegen), instr_(instr) { }
4108 void Generate() override { codegen()->DoDeferredStringCharCodeAt(instr_); }
4109 LInstruction* instr() override { return instr_; }
4112 LStringCharCodeAt* instr_;
4161 : LDeferredCode(codegen), instr_(instr) { }
4163 codegen()->DoDeferredStringCharFromCode(instr_);
4165 LInstruction* instr() override { return instr_; }
4168 LStringCharFromCode* instr_;
4238 : LDeferredCode(codegen), instr_(instr) { }
4240 instr_,
4241 instr_->value(),
4242 instr_->temp1(),
4243 instr_->temp2(),
4246 LInstruction* instr() override { return instr_; }
4249 LNumberTagI* instr_;
4267 : LDeferredCode(codegen), instr_(instr) { }
4269 codegen()->DoDeferredNumberTagIU(instr_,
4270 instr_->value(),
4271 instr_->temp1(),
4272 instr_->temp2(),
4275 LInstruction* instr() override { return instr_; }
4278 LNumberTagU* instr_;
4355 : LDeferredCode(codegen), instr_(instr) { }
4356 void Generate() override { codegen()->DoDeferredNumberTagD(instr_); }
4357 LInstruction* instr() override { return instr_; }
4360 LNumberTagD* instr_;
4555 : LDeferredCode(codegen), instr_(instr) { }
4556 void Generate() override { codegen()->DoDeferredTaggedToI(instr_); }
4557 LInstruction* instr() override { return instr_; }
4560 LTaggedToI* instr_;
4797 : LDeferredCode(codegen), instr_(instr), object_(object) {
4801 codegen()->DoDeferredInstanceMigration(instr_, object_);
4804 LInstruction* instr() override { return instr_; }
4807 LCheckMaps* instr_;
4904 : LDeferredCode(codegen), instr_(instr) { }
4905 void Generate() override { codegen()->DoDeferredAllocate(instr_); }
4906 LInstruction* instr() override { return instr_; }
4909 LAllocate* instr_;
5244 : LDeferredCode(codegen), instr_(instr) { }
5245 void Generate() override { codegen()->DoDeferredStackCheck(instr_); }
5246 LInstruction* instr() override { return instr_; }
5249 LStackCheck* instr_;
5373 instr_(instr),
5379 codegen()->DoDeferredLoadMutableDouble(instr_, result_, object_, index_);
5381 LInstruction* instr() override { return instr_; }
5384 LLoadFieldByIndex* instr_;