Searched defs:origLIR (Results 1 - 5 of 5) sorted by relevance
/dalvik/vm/compiler/codegen/arm/ |
H A D | LocalOptimizations.cpp | 55 static void convertMemOpIntoMove(CompilationUnit *cUnit, ArmLIR *origLIR, argument 67 dvmCompilerInsertLIRAfter((LIR *) origLIR, (LIR *) moveLIR);
|
/dalvik/vm/compiler/codegen/mips/ |
H A D | LocalOptimizations.cpp | 55 static void convertMemOpIntoMove(CompilationUnit *cUnit, MipsLIR *origLIR, argument 67 dvmCompilerInsertLIRAfter((LIR *) origLIR, (LIR *) moveLIR);
|
/dalvik/vm/compiler/codegen/arm/Thumb/ |
H A D | Factory.cpp | 901 ArmLIR *origLIR) { 910 dvmCompilerInsertLIRBefore((LIR *) origLIR, (LIR *) pushFP); 917 dvmCompilerInsertLIRBefore((LIR *) origLIR, (LIR *) pushLR); 921 ArmLIR *origLIR) { 932 dvmCompilerInsertLIRAfter((LIR *) origLIR, (LIR *) popForLR); 900 genSelfVerificationPreBranch(CompilationUnit *cUnit, ArmLIR *origLIR) argument 920 genSelfVerificationPostBranch(CompilationUnit *cUnit, ArmLIR *origLIR) argument
|
/dalvik/vm/compiler/codegen/mips/Mips32/ |
H A D | Factory.cpp | 966 MipsLIR *origLIR) { 977 dvmCompilerInsertLIRBefore((LIR *) origLIR, (LIR *) pushFP); 984 dvmCompilerInsertLIRBefore((LIR *) origLIR, (LIR *) pushLR); 989 MipsLIR *origLIR) { 1002 dvmCompilerInsertLIRAfter((LIR *) origLIR, (LIR *) popForLR); 965 genSelfVerificationPreBranch(CompilationUnit *cUnit, MipsLIR *origLIR) argument 988 genSelfVerificationPostBranch(CompilationUnit *cUnit, MipsLIR *origLIR) argument
|
/dalvik/vm/compiler/codegen/arm/Thumb2/ |
H A D | Factory.cpp | 1249 ArmLIR *origLIR) { 1255 dvmCompilerInsertLIRBefore((LIR *) origLIR, (LIR *) push); 1259 ArmLIR *origLIR) { 1265 dvmCompilerInsertLIRAfter((LIR *) origLIR, (LIR *) pop); 1248 genSelfVerificationPreBranch(CompilationUnit *cUnit, ArmLIR *origLIR) argument 1258 genSelfVerificationPostBranch(CompilationUnit *cUnit, ArmLIR *origLIR) argument
|
Completed in 15 milliseconds