Home | History | Annotate | Download | only in x64

Lines Matching refs:instr

96   void DoDeferredNumberTagD(LNumberTagD* instr);
97 void DoDeferredTaggedToI(LTaggedToI* instr);
98 void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr);
99 void DoDeferredStackCheck(LStackCheck* instr);
100 void DoDeferredRandom(LRandom* instr);
101 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
102 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
103 void DoDeferredAllocateObject(LAllocateObject* instr);
104 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
112 void DoGap(LGap* instr);
175 LInstruction* instr,
182 LInstruction* instr);
186 LInstruction* instr);
190 LInstruction* instr) {
192 CallRuntime(function, num_arguments, instr);
197 LInstruction* instr);
203 LInstruction* instr,
207 void RecordSafepointWithLazyDeopt(LInstruction* instr,
231 void EmitIntegerMathAbs(LUnaryMathOperation* instr);
232 void DoMathAbs(LUnaryMathOperation* instr);
233 void DoMathFloor(LUnaryMathOperation* instr);
234 void DoMathRound(LUnaryMathOperation* instr);
235 void DoMathSqrt(LUnaryMathOperation* instr);
236 void DoMathPowHalf(LUnaryMathOperation* instr);
237 void DoMathLog(LUnaryMathOperation* instr);
238 void DoMathTan(LUnaryMathOperation* instr);
239 void DoMathCos(LUnaryMathOperation* instr);
240 void DoMathSin(LUnaryMathOperation* instr);
379 virtual LInstruction* instr() = 0;