Searched defs:LIR (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/compiler/
H A DCompilerIR.h81 typedef struct LIR { struct
83 struct LIR *next;
84 struct LIR *prev;
85 struct LIR *target;
86 } LIR; typedef in typeref:struct:LIR
125 LIR *misPredBranchOver;
209 LIR *firstLIRInsn;
210 LIR *lastLIRInsn;
211 LIR *literalList; // Constants
212 LIR *classPointerLis
[all...]

Completed in 1094 milliseconds