Searched refs:dvmCompilerInsertMIRAfter (Results 1 – 3 of 3) sorted by relevance
/dalvik/vm/compiler/ |
D | InlineTransformation.cpp | 100 dvmCompilerInsertMIRAfter(invokeBB, invokeMIR, newGetterMIR); in inlineGetter() 114 dvmCompilerInsertMIRAfter(invokeBB, newGetterMIR, invokeMIRSlow); in inlineGetter() 179 dvmCompilerInsertMIRAfter(invokeBB, invokeMIR, newSetterMIR); in inlineSetter() 191 dvmCompilerInsertMIRAfter(invokeBB, newSetterMIR, invokeMIRSlow); in inlineSetter() 254 dvmCompilerInsertMIRAfter(invokeBB, invokeMIR, invokeMIRSlow); in inlineEmptyVirtualCallee()
|
D | IntermediateRep.cpp | 62 void dvmCompilerInsertMIRAfter(BasicBlock *bb, MIR *currentMIR, MIR *newMIR) in dvmCompilerInsertMIRAfter() function
|
D | CompilerIR.h | 289 void dvmCompilerInsertMIRAfter(BasicBlock *bb, MIR *currentMIR, MIR *newMIR);
|