Home | History | Annotate | Download | only in mips

Lines Matching refs:instr

140   void DoDeferredNumberTagD(LNumberTagD* instr);
143 void DoDeferredNumberTagI(LInstruction* instr,
147 void DoDeferredTaggedToI(LTaggedToI* instr);
148 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr);
149 void DoDeferredStackCheck(LStackCheck* instr);
150 void DoDeferredRandom(LRandom* instr);
151 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
152 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
153 void DoDeferredAllocate(LAllocate* instr);
154 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
157 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
161 void DoGap(LGap* instr);
237 LInstruction* instr);
241 LInstruction* instr,
246 LInstruction* instr);
250 LInstruction* instr) {
252 CallRuntime(function, num_arguments, instr);
257 LInstruction* instr);
269 LInstruction* instr,
275 void RecordSafepointWithLazyDeopt(LInstruction* instr,
310 void EmitIntegerMathAbs(LMathAbs* instr);
331 void EmitBranch(InstrType instr,
336 void EmitBranchF(InstrType instr,
341 void EmitFalseBranchF(InstrType instr,
406 void DoLoadKeyedExternalArray(LLoadKeyed* instr);
407 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr);
408 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
409 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
410 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
411 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
503 virtual LInstruction* instr() = 0;