Home | History | Annotate | Download | only in x64

Lines Matching refs:instr_

3243         : LDeferredCode(codegen), instr_(instr) { }
3245 codegen()->DoDeferredMathAbsTaggedHeapNumber(instr_);
3247 LInstruction* instr() override { return instr_; }
3250 LMathAbs* instr_;
4058 : LDeferredCode(codegen), instr_(instr) {}
4059 void Generate() override { codegen()->DoDeferredMaybeGrowElements(instr_); }
4060 LInstruction* instr() override { return instr_; }
4063 LMaybeGrowElements* instr_;
4212 : LDeferredCode(codegen), instr_(instr) { }
4213 void Generate() override { codegen()->DoDeferredStringCharCodeAt(instr_); }
4214 LInstruction* instr() override { return instr_; }
4217 LStringCharCodeAt* instr_;
4266 : LDeferredCode(codegen), instr_(instr) { }
4268 codegen()->DoDeferredStringCharFromCode(instr_);
4270 LInstruction* instr() override { return instr_; }
4273 LStringCharFromCode* instr_;
4340 : LDeferredCode(codegen), instr_(instr) { }
4342 codegen()->DoDeferredNumberTagIU(instr_, instr_->value(), instr_->temp1(),
4343 instr_->temp2(), SIGNED_INT32);
4345 LInstruction* instr() override { return instr_; }
4348 LNumberTagI* instr_;
4371 : LDeferredCode(codegen), instr_(instr) { }
4373 codegen()->DoDeferredNumberTagIU(instr_, instr_->value(), instr_->temp1(),
4374 instr_->temp2(), UNSIGNED_INT32);
4376 LInstruction* instr() override { return instr_; }
4379 LNumberTagU* instr_;
4456 : LDeferredCode(codegen), instr_(instr) { }
4457 void Generate() override { codegen()->DoDeferredNumberTagD(instr_); }
4458 LInstruction* instr() override { return instr_; }
4461 LNumberTagD* instr_;
4634 : LDeferredCode(codegen), instr_(instr) { }
4635 void Generate() override { codegen()->DoDeferredTaggedToI(instr_, done()); }
4636 LInstruction* instr() override { return instr_; }
4639 LTaggedToI* instr_;
4849 : LDeferredCode(codegen), instr_(instr), object_(object) {
4853 codegen()->DoDeferredInstanceMigration(instr_, object_);
4856 LInstruction* instr() override { return instr_; }
4859 LCheckMaps* instr_;
4957 : LDeferredCode(codegen), instr_(instr) { }
4958 void Generate() override { codegen()->DoDeferredAllocate(instr_); }
4959 LInstruction* instr() override { return instr_; }
4962 LAllocate* instr_;
5263 : LDeferredCode(codegen), instr_(instr) { }
5264 void Generate() override { codegen()->DoDeferredStackCheck(instr_); }
5265 LInstruction* instr() override { return instr_; }
5268 LStackCheck* instr_;
5388 instr_(instr),
5393 codegen()->DoDeferredLoadMutableDouble(instr_, object_, index_);
5395 LInstruction* instr() override { return instr_; }
5398 LLoadFieldByIndex* instr_;