Lines Matching refs:instr
110 void DoDeferredBinaryOpStub(LTemplateInstruction<1, 2, T>* instr,
112 void DoDeferredNumberTagD(LNumberTagD* instr);
113 void DoDeferredNumberTagI(LNumberTagI* instr);
114 void DoDeferredTaggedToI(LTaggedToI* instr);
115 void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr);
116 void DoDeferredStackCheck(LStackCheck* instr);
117 void DoDeferredRandom(LRandom* instr);
118 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
119 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
120 void DoDeferredAllocateObject(LAllocateObject* instr);
121 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
129 void DoGap(LGap* instr);
196 LInstruction* instr);
200 LInstruction* instr,
205 LInstruction* instr);
209 LInstruction* instr) {
211 CallRuntime(function, num_arguments, instr);
216 LInstruction* instr);
222 LInstruction* instr,
227 void RecordSafepointWithLazyDeopt(LInstruction* instr,
246 void EmitIntegerMathAbs(LUnaryMathOperation* instr);
247 void DoMathAbs(LUnaryMathOperation* instr);
248 void DoMathFloor(LUnaryMathOperation* instr);
249 void DoMathRound(LUnaryMathOperation* instr);
250 void DoMathSqrt(LUnaryMathOperation* instr);
251 void DoMathPowHalf(LUnaryMathOperation* instr);
252 void DoMathLog(LUnaryMathOperation* instr);
253 void DoMathTan(LUnaryMathOperation* instr);
254 void DoMathCos(LUnaryMathOperation* instr);
255 void DoMathSin(LUnaryMathOperation* instr);
415 virtual LInstruction* instr() = 0;