Home | History | Annotate | Download | only in mips64

Lines Matching refs:instr_

3408         : LDeferredCode(codegen), instr_(instr) { }
3410 codegen()->DoDeferredMathAbsTaggedHeapNumber(instr_);
3412 LInstruction* instr() override { return instr_; }
3415 LMathAbs* instr_;
4175 : LDeferredCode(codegen), instr_(instr) {}
4176 void Generate() override { codegen()->DoDeferredMaybeGrowElements(instr_); }
4177 LInstruction* instr() override { return instr_; }
4180 LMaybeGrowElements* instr_;
4327 : LDeferredCode(codegen), instr_(instr) { }
4328 void Generate() override { codegen()->DoDeferredStringCharCodeAt(instr_); }
4329 LInstruction* instr() override { return instr_; }
4332 LStringCharCodeAt* instr_;
4381 : LDeferredCode(codegen), instr_(instr) { }
4383 codegen()->DoDeferredStringCharFromCode(instr_);
4385 LInstruction* instr() override { return instr_; }
4388 LStringCharFromCode* instr_;
4460 : LDeferredCode(codegen), instr_(instr) { }
4462 codegen()->DoDeferredNumberTagIU(instr_,
4463 instr_->value(),
4464 instr_->temp1(),
4465 instr_->temp2(),
4468 LInstruction* instr() override { return instr_; }
4471 LNumberTagU* instr_;
4548 : LDeferredCode(codegen), instr_(instr) { }
4549 void Generate() override { codegen()->DoDeferredNumberTagD(instr_); }
4550 LInstruction* instr() override { return instr_; }
4553 LNumberTagD* instr_;
4748 : LDeferredCode(codegen), instr_(instr) { }
4749 void Generate() override { codegen()->DoDeferredTaggedToI(instr_); }
4750 LInstruction* instr() override { return instr_; }
4753 LTaggedToI* instr_;
4988 : LDeferredCode(codegen), instr_(instr), object_(object) {
4992 codegen()->DoDeferredInstanceMigration(instr_, object_);
4995 LInstruction* instr() override { return instr_; }
4998 LCheckMaps* instr_;
5095 : LDeferredCode(codegen), instr_(instr) { }
5096 void Generate() override { codegen()->DoDeferredAllocate(instr_); }
5097 LInstruction* instr() override { return instr_; }
5100 LAllocate* instr_;
5437 : LDeferredCode(codegen), instr_(instr) { }
5438 void Generate() override { codegen()->DoDeferredStackCheck(instr_); }
5439 LInstruction* instr() override { return instr_; }
5442 LStackCheck* instr_;
5566 instr_(instr),
5572 codegen()->DoDeferredLoadMutableDouble(instr_, result_, object_, index_);
5574 LInstruction* instr() override { return instr_; }
5577 LLoadFieldByIndex* instr_;