Home
last modified time | relevance | path

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

/dalvik/vm/compiler/
DInlineTransformation.cpp107 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()
DIntermediateRep.cpp62 void dvmCompilerInsertMIRAfter(BasicBlock *bb, MIR *currentMIR, MIR *newMIR) in dvmCompilerInsertMIRAfter() function
DCompilerIR.h295 void dvmCompilerInsertMIRAfter(BasicBlock *bb, MIR *currentMIR, MIR *newMIR);