Lines Matching refs:instr
142 void DoDeferredNumberTagD(LNumberTagD* instr);
145 void DoDeferredNumberTagI(LInstruction* instr,
149 void DoDeferredTaggedToI(LTaggedToI* instr);
150 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr);
151 void DoDeferredStackCheck(LStackCheck* instr);
152 void DoDeferredRandom(LRandom* instr);
153 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
154 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
155 void DoDeferredAllocate(LAllocate* instr);
156 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
158 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
162 void DoGap(LGap* instr);
238 LInstruction* instr,
244 LInstruction* instr,
250 LInstruction* instr);
254 LInstruction* instr) {
256 CallRuntime(function, num_arguments, instr);
261 LInstruction* instr);
273 LInstruction* instr,
279 void RecordSafepointWithLazyDeopt(LInstruction* instr,
306 void EmitIntegerMathAbs(LMathAbs* instr);
327 void EmitBranch(InstrType instr, Condition condition);
329 void EmitFalseBranch(InstrType instr, Condition condition);
385 void DoLoadKeyedExternalArray(LLoadKeyed* instr);
386 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr);
387 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
388 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
389 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
390 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
482 virtual LInstruction* instr() = 0;