Home | History | Annotate | Download | only in arm64

Lines Matching refs:instr

137   void DoDeferredNumberTagD(LNumberTagD* instr);
138 void DoDeferredStackCheck(LStackCheck* instr);
139 void DoDeferredStringCharCodeAt(LStringCharCodeAt* instr);
140 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
141 void DoDeferredMathAbsTagged(LMathAbsTagged* instr,
145 void DoDeferredNumberTagU(LInstruction* instr,
149 void DoDeferredTaggedToI(LTaggedToI* instr,
153 void DoDeferredAllocate(LAllocate* instr);
154 void DoDeferredInstanceOfKnownGlobal(LInstanceOfKnownGlobal* instr);
155 void DoDeferredInstanceMigration(LCheckMaps* instr, Register object);
156 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
165 void DoGap(LGap* instr);
172 void EmitBranchGeneric(InstrType instr,
176 void EmitBranch(InstrType instr, Condition condition);
179 void EmitCompareAndBranch(InstrType instr,
185 void EmitTestAndBranch(InstrType instr,
191 void EmitBranchIfNonZeroNumber(InstrType instr,
196 void EmitBranchIfHeapNumber(InstrType instr,
200 void EmitBranchIfRoot(InstrType instr,
289 void GenerateBodyInstructionPre(LInstruction* instr) V8_OVERRIDE;
305 LInstruction* instr);
309 LInstruction* instr,
314 LInstruction* instr,
319 LInstruction* instr) {
321 CallRuntime(function, num_arguments, instr);
327 LInstruction* instr,
337 LInstruction* instr,
354 void RecordSafepointWithLazyDeopt(LInstruction* instr,
461 virtual LInstruction* instr() = 0;