Home
last modified time | relevance | path

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

/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/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()