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

/dalvik/vm/compiler/
H A DCompilerIR.h125 typedef struct MIR { struct
129 struct MIR *prev;
130 struct MIR *next;
140 } MIR; typedef in typeref:struct:MIR
161 MIR *firstMIRInsn;
162 MIR *lastMIRInsn;
285 void dvmCompilerAppendMIR(BasicBlock *bb, MIR *mir);
287 void dvmCompilerPrependMIR(BasicBlock *bb, MIR *mir);
289 void dvmCompilerInsertMIRAfter(BasicBlock *bb, MIR *currentMIR, MIR *newMI
[all...]

Completed in 48 milliseconds