Lines Matching refs:rDest
4729 ArmLIR* dvmCompilerRegCopyNoInsert(CompilationUnit *cUnit, int rDest, int rSrc)4731 return genRegCopyNoInsert(cUnit, rDest, rSrc);4735 ArmLIR* dvmCompilerRegCopy(CompilationUnit *cUnit, int rDest, int rSrc)4737 return genRegCopy(cUnit, rDest, rSrc);