Lines Matching refs:instr
108 void DoDeferredNumberTagD(LNumberTagD* instr);
109 void DoDeferredNumberTagI(LNumberTagI* instr);
110 void DoDeferredTaggedToI(LTaggedToI* instr);
111 void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr);
112 void DoDeferredStackCheck(LStackCheck* instr);
113 void DoDeferredRandom(LRandom* instr);
114 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
115 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
116 void DoDeferredAllocateObject(LAllocateObject* instr);
117 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
125 void DoGap(LGap* instr);
193 LInstruction* instr);
197 LInstruction* instr,
202 LInstruction* instr);
206 LInstruction* instr) { in CallRuntime() argument
208 CallRuntime(function, num_arguments, instr); in CallRuntime()
213 LInstruction* instr);
219 LInstruction* instr,
224 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);
430 virtual LInstruction* instr() = 0;