Lines Matching refs:LIR
270 dvmCompilerAppendLIR(cUnit, (LIR *) insn); in newLIR0()
282 dvmCompilerAppendLIR(cUnit, (LIR *) insn); in newLIR1()
296 dvmCompilerAppendLIR(cUnit, (LIR *) insn); in newLIR2()
314 dvmCompilerAppendLIR(cUnit, (LIR *) insn); in newLIR3()
331 dvmCompilerAppendLIR(cUnit, (LIR *) insn); in newLIR4()
360 static ArmLIR *scanLiteralPool(LIR *dataTarget, int value, unsigned int delta) in scanLiteralPool()
372 ArmLIR* scanLiteralPoolWide(LIR* dataTarget, int valLo, int valHi) in scanLiteralPoolWide()
396 static ArmLIR *addWordData(CompilationUnit *cUnit, LIR **constantListP, in addWordData()
404 *constantListP = (LIR *) newValue; in addWordData()
415 ArmLIR* addWideData(CompilationUnit* cUnit, LIR** constantListP, in addWideData()
468 branch->generic.target = (LIR *) pcrLabel; in genCheckCommon()