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

/dalvik/vm/compiler/
H A DCompilerIR.h78 typedef struct LIR { struct
80 struct LIR *next;
81 struct LIR *prev;
82 struct LIR *target;
83 } LIR; typedef in typeref:struct:LIR
122 LIR *misPredBranchOver;
203 LIR *firstLIRInsn;
204 LIR *lastLIRInsn;
205 LIR *literalList; // Constants
206 LIR *classPointerLis
[all...]

Completed in 27 milliseconds