Home | History | Annotate | Download | only in arm

Lines Matching refs:instr

126   void DoDeferredNumberTagD(LNumberTagD* instr);
129 void DoDeferredNumberTagI(LInstruction* instr,
133 void DoDeferredTaggedToI(LTaggedToI* instr);
134 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr);
135 void DoDeferredStackCheck(LStackCheck* instr);
136 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
137 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
138 void DoDeferredAllocate(LAllocate* instr);
139 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
141 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
145 void DoGap(LGap* instr);
210 LInstruction* instr,
216 LInstruction* instr,
222 LInstruction* instr,
227 LInstruction* instr) {
229 CallRuntime(function, num_arguments, instr);
235 LInstruction* instr,
248 LInstruction* instr,
252 void RecordSafepointWithLazyDeopt(LInstruction* instr,
282 void EmitIntegerMathAbs(LMathAbs* instr);
305 void EmitBranch(InstrType instr, Condition condition);
307 void EmitFalseBranch(InstrType instr, Condition condition);
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);
448 virtual LInstruction* instr() = 0;