Home | History | Annotate | Download | only in arm

Lines Matching refs:LIR

49     dvmDumpLIRInsn((LIR *) thisLIR, 0);
50 dvmDumpLIRInsn((LIR *) checkLIR, 0);
67 dvmCompilerInsertLIRAfter((LIR *) origLIR, (LIR *) moveLIR);
255 dvmCompilerInsertLIRBefore((LIR *) checkLIR,
256 (LIR *) newStoreLIR);
446 * is never the first LIR on the list
448 dvmCompilerInsertLIRBefore((LIR *) curLIR,
449 (LIR *) newLoadLIR);
456 void dvmCompilerApplyLocalOptimizations(CompilationUnit *cUnit, LIR *headLIR,
457 LIR *tailLIR)