Home
last modified time | relevance | path

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

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