Lines Matching refs:instr

103   void DoDeferredNumberTagD(LNumberTagD* instr);
106 void DoDeferredNumberTagIU(LInstruction* instr,
112 void DoDeferredTaggedToI(LTaggedToI* instr);
113 void DoDeferredMathAbsTaggedHeapNumber(LMathAbs* instr);
114 void DoDeferredStackCheck(LStackCheck* instr);
115 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
116 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
117 void DoDeferredAllocate(LAllocate* instr);
118 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr,
120 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
121 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
128 void DoGap(LGap* instr);
172 void GenerateBodyInstructionPre(LInstruction* instr) OVERRIDE;
191 LInstruction* instr,
197 LInstruction* instr,
203 LInstruction* instr,
208 LInstruction* instr) {
210 CallRuntime(function, num_arguments, instr);
216 LInstruction* instr,
229 LInstruction* instr,
232 void RecordSafepointWithLazyDeopt(LInstruction* instr,
237 void DeoptimizeIf(Condition condition, LInstruction* instr,
239 void DeoptimizeIf(Condition condition, LInstruction* instr,
261 void EmitIntegerMathAbs(LMathAbs* instr);
281 void EmitBranch(InstrType instr, Condition condition);
283 void EmitFalseBranch(InstrType instr, Condition condition);
284 void EmitNumberUntagD(LNumberUntagD* instr, Register input,
324 void DoLoadKeyedExternalArray(LLoadKeyed* instr);
325 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr);
326 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
327 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
328 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
329 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
332 void EmitVectorLoadICRegisters(T* instr);
391 virtual LInstruction* instr() = 0;