HomeSort by relevance Sort by last modified time
    Searched refs:dvmCompilerInsertMIRAfter (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/compiler/
InlineTransformation.cpp 107 dvmCompilerInsertMIRAfter(invokeBB, invokeMIR, newGetterMIR);
121 dvmCompilerInsertMIRAfter(invokeBB, newGetterMIR, invokeMIRSlow);
193 dvmCompilerInsertMIRAfter(invokeBB, invokeMIR, newSetterMIR);
205 dvmCompilerInsertMIRAfter(invokeBB, newSetterMIR, invokeMIRSlow);
268 dvmCompilerInsertMIRAfter(invokeBB, invokeMIR, invokeMIRSlow);
IntermediateRep.cpp 62 void dvmCompilerInsertMIRAfter(BasicBlock *bb, MIR *currentMIR, MIR *newMIR)
CompilerIR.h 289 void dvmCompilerInsertMIRAfter(BasicBlock *bb, MIR *currentMIR, MIR *newMIR);

Completed in 47 milliseconds