Home
last modified time | relevance | path

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

/dalvik/vm/compiler/
DCompilerIR.h81 typedef struct LIR { struct
83 struct LIR *next; argument
84 struct LIR *prev; argument
85 struct LIR *target; argument
86 } LIR; typedef