Home
last modified time | relevance | path

Searched refs:origLIR (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/compiler/codegen/mips/
DLocalOptimizations.cpp55 static void convertMemOpIntoMove(CompilationUnit *cUnit, MipsLIR *origLIR, in convertMemOpIntoMove() argument
67 dvmCompilerInsertLIRAfter((LIR *) origLIR, (LIR *) moveLIR); in convertMemOpIntoMove()
/dalvik/vm/compiler/codegen/arm/
DLocalOptimizations.cpp55 static void convertMemOpIntoMove(CompilationUnit *cUnit, ArmLIR *origLIR, in convertMemOpIntoMove() argument
67 dvmCompilerInsertLIRAfter((LIR *) origLIR, (LIR *) moveLIR); in convertMemOpIntoMove()
/dalvik/vm/compiler/codegen/arm/Thumb/
DFactory.cpp901 ArmLIR *origLIR) { in genSelfVerificationPreBranch() argument
910 dvmCompilerInsertLIRBefore((LIR *) origLIR, (LIR *) pushFP); in genSelfVerificationPreBranch()
917 dvmCompilerInsertLIRBefore((LIR *) origLIR, (LIR *) pushLR); in genSelfVerificationPreBranch()
921 ArmLIR *origLIR) { in genSelfVerificationPostBranch() argument
932 dvmCompilerInsertLIRAfter((LIR *) origLIR, (LIR *) popForLR); in genSelfVerificationPostBranch()
/dalvik/vm/compiler/codegen/mips/Mips32/
DFactory.cpp966 MipsLIR *origLIR) { in genSelfVerificationPreBranch() argument
977 dvmCompilerInsertLIRBefore((LIR *) origLIR, (LIR *) pushFP); in genSelfVerificationPreBranch()
984 dvmCompilerInsertLIRBefore((LIR *) origLIR, (LIR *) pushLR); in genSelfVerificationPreBranch()
989 MipsLIR *origLIR) { in genSelfVerificationPostBranch() argument
1002 dvmCompilerInsertLIRAfter((LIR *) origLIR, (LIR *) popForLR); in genSelfVerificationPostBranch()
/dalvik/vm/compiler/codegen/arm/Thumb2/
DFactory.cpp1249 ArmLIR *origLIR) { in genSelfVerificationPreBranch() argument
1255 dvmCompilerInsertLIRBefore((LIR *) origLIR, (LIR *) push); in genSelfVerificationPreBranch()
1259 ArmLIR *origLIR) { in genSelfVerificationPostBranch() argument
1265 dvmCompilerInsertLIRAfter((LIR *) origLIR, (LIR *) pop); in genSelfVerificationPostBranch()