Home | History | Annotate | Download | only in mips

Lines Matching refs:instr

124   void DoDeferredNumberTagD(LNumberTagD* instr);
127 void DoDeferredNumberTagI(LInstruction* instr,
131 void DoDeferredTaggedToI(LTaggedToI* instr);
132 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr);
133 void DoDeferredStackCheck(LStackCheck* instr);
134 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
135 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
136 void DoDeferredAllocate(LAllocate* instr);
137 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
140 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
144 void DoGap(LGap* instr);
209 LInstruction* instr);
213 LInstruction* instr,
218 LInstruction* instr,
223 LInstruction* instr) {
225 CallRuntime(function, num_arguments, instr);
231 LInstruction* instr,
244 LInstruction* instr,
248 void RecordSafepointWithLazyDeopt(LInstruction* instr,
286 void EmitIntegerMathAbs(LMathAbs* instr);
309 void EmitBranch(InstrType instr,
314 void EmitBranchF(InstrType instr,
319 void EmitFalseBranch(InstrType instr,
324 void EmitFalseBranchF(InstrType instr,
389 void DoLoadKeyedExternalArray(LLoadKeyed* instr);
390 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr);
391 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
392 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
393 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
394 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
474 virtual LInstruction* instr() = 0;