Searched refs:origLIR (Results 1 – 5 of 5) sorted by relevance
/dalvik/vm/compiler/codegen/mips/ |
D | LocalOptimizations.cpp | 55 static void convertMemOpIntoMove(CompilationUnit *cUnit, MipsLIR *origLIR, in convertMemOpIntoMove() argument 67 dvmCompilerInsertLIRAfter((LIR *) origLIR, (LIR *) moveLIR); in convertMemOpIntoMove()
|
/dalvik/vm/compiler/codegen/arm/ |
D | LocalOptimizations.cpp | 55 static void convertMemOpIntoMove(CompilationUnit *cUnit, ArmLIR *origLIR, in convertMemOpIntoMove() argument 67 dvmCompilerInsertLIRAfter((LIR *) origLIR, (LIR *) moveLIR); in convertMemOpIntoMove()
|
/dalvik/vm/compiler/codegen/arm/Thumb/ |
D | Factory.cpp | 901 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/ |
D | Factory.cpp | 966 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/ |
D | Factory.cpp | 1249 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()
|