HomeSort by relevance Sort by last modified time
    Searched defs:lastMIRInsn (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/compiler/
InlineTransformation.c 297 MIR *lastMIRInsn = bb->lastMIRInsn;
298 int opCode = lastMIRInsn->dalvikInsn.opCode;
323 calleeMethod = lastMIRInsn->meta.callsiteInfo->method;
330 calleeMethod = lastMIRInsn->meta.callsiteInfo->method;
338 tryInlineSingletonCallsite(cUnit, calleeMethod, lastMIRInsn, bb,
348 calleeMethod = lastMIRInsn->meta.callsiteInfo->method;
354 calleeMethod = lastMIRInsn->meta.callsiteInfo->method;
361 tryInlineVirtualCallsite(cUnit, calleeMethod, lastMIRInsn, bb,
CompilerIR.h 145 MIR *lastMIRInsn;

Completed in 46 milliseconds