Lines Matching refs:MIR
63 static inline bool findBlockBoundary(const Method *caller, MIR *insn, in findBlockBoundary()
164 static inline bool isGoto(MIR *insn) in isGoto()
179 static inline bool isUnconditionalBranch(MIR *insn) in isUnconditionalBranch()
517 MIR *insn = origBlock->firstMIRInsn; in splitBlock()
689 const MIR *mir; in dvmDumpCFG()
903 MIR *insn, int curOffset, int width, int flags, in processCanBranch()
983 MIR *insn, int curOffset, int width, int flags) in processCanSwitch()
1069 MIR *insn, int curOffset, int width, int flags, in processCanThrow()
1227 MIR *insn = (MIR *) dvmCompilerNew(sizeof(MIR), true); in dvmCompileMethod()
1386 MIR *insn = (MIR *) dvmCompilerNew(sizeof(MIR), true); in exhaustTrace()
1820 MIR *insn; in dvmCompileTrace()
1822 insn = (MIR *)dvmCompilerNew(sizeof(MIR), true); in dvmCompileTrace()
1893 MIR *lastInsn = curBB->lastMIRInsn; in dvmCompileTrace()