Home | History | Annotate | Download | only in mips

Lines Matching refs:instr

101   void DoDeferredNumberTagD(LNumberTagD* instr);
104 void DoDeferredNumberTagIU(LInstruction* instr,
110 void DoDeferredTaggedToI(LTaggedToI* instr);
111 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr);
112 void DoDeferredStackCheck(LStackCheck* instr);
113 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
114 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
115 void DoDeferredAllocate(LAllocate* instr);
116 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
119 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
120 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
127 void DoGap(LGap* instr);
172 void GenerateBodyInstructionPre(LInstruction* instr) V8_OVERRIDE;
188 LInstruction* instr);
192 LInstruction* instr,
197 LInstruction* instr,
202 LInstruction* instr) {
204 CallRuntime(function, num_arguments, instr);
210 LInstruction* instr,
223 LInstruction* instr,
226 void RecordSafepointWithLazyDeopt(LInstruction* instr,
260 void EmitIntegerMathAbs(LMathAbs* instr);
283 void EmitBranch(InstrType instr,
288 void EmitBranchF(InstrType instr,
293 void EmitFalseBranch(InstrType instr,
298 void EmitFalseBranchF(InstrType instr,
363 void DoLoadKeyedExternalArray(LLoadKeyed* instr);
364 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr);
365 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
366 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
367 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
368 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
464 virtual LInstruction* instr() = 0;