Home | History | Annotate | Download | only in x64

Lines Matching refs:instr

124   void DoDeferredNumberTagD(LNumberTagD* instr);
125 void DoDeferredNumberTagU(LNumberTagU* instr);
126 void DoDeferredTaggedToI(LTaggedToI* instr);
127 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr);
128 void DoDeferredStackCheck(LStackCheck* instr);
129 void DoDeferredRandom(LRandom* instr);
130 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
131 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
132 void DoDeferredAllocate(LAllocate* instr);
133 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
135 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
139 void DoGap(LGap* instr);
201 LInstruction* instr,
208 LInstruction* instr);
212 LInstruction* instr);
216 LInstruction* instr) {
218 CallRuntime(function, num_arguments, instr);
223 LInstruction* instr);
235 LInstruction* instr,
239 void RecordSafepointWithLazyDeopt(LInstruction* instr,
272 void EmitIntegerMathAbs(LMathAbs* instr);
273 void EmitSmiMathAbs(LMathAbs* instr);
291 void EmitBranch(InstrType instr, Condition cc);
293 void EmitFalseBranch(InstrType instr, Condition cc);
342 void DoLoadKeyedExternalArray(LLoadKeyed* instr);
343 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr);
344 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
345 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
346 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
347 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
425 virtual LInstruction* instr() = 0;