Searched refs:dvmCompilerInsertMIRAfter (Results 1 – 3 of 3) sorted by relevance
/dalvik/vm/compiler/ |
D | InlineTransformation.cpp | 107 dvmCompilerInsertMIRAfter(invokeBB, invokeMIR, newGetterMIR); in inlineGetter() 121 dvmCompilerInsertMIRAfter(invokeBB, newGetterMIR, invokeMIRSlow); in inlineGetter() 193 dvmCompilerInsertMIRAfter(invokeBB, invokeMIR, newSetterMIR); in inlineSetter() 205 dvmCompilerInsertMIRAfter(invokeBB, newSetterMIR, invokeMIRSlow); in inlineSetter() 268 dvmCompilerInsertMIRAfter(invokeBB, invokeMIR, invokeMIRSlow); in inlineEmptyVirtualCallee()
|
D | IntermediateRep.cpp | 62 void dvmCompilerInsertMIRAfter(BasicBlock *bb, MIR *currentMIR, MIR *newMIR) in dvmCompilerInsertMIRAfter() function
|
D | CompilerIR.h | 295 void dvmCompilerInsertMIRAfter(BasicBlock *bb, MIR *currentMIR, MIR *newMIR);
|