Home
last modified time | relevance | path

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

/dalvik/vm/compiler/
DCompilerIR.h41 typedef struct LIR { struct
43 struct LIR *next; argument
44 struct LIR *prev; argument
45 struct LIR *target; argument
46 } LIR; typedef