Lines Matching refs:LIR
81 typedef struct LIR { struct
83 struct LIR *next; argument
84 struct LIR *prev; argument
85 struct LIR *target; argument
86 } LIR; typedef
125 LIR *misPredBranchOver;
209 LIR *firstLIRInsn;
210 LIR *lastLIRInsn;
211 LIR *literalList; // Constants
212 LIR *classPointerList; // Relocatable
214 LIR *chainCellOffsetLIR;
232 LIR *firstChainingLIR[kChainingCellGap];
233 LIR *chainingCellBottom;
297 void dvmCompilerAppendLIR(CompilationUnit *cUnit, LIR *lir);
299 void dvmCompilerInsertLIRBefore(LIR *currentLIR, LIR *newLIR);
301 void dvmCompilerInsertLIRAfter(LIR *currentLIR, LIR *newLIR);