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

  /dalvik/vm/compiler/
IntermediateRep.c 65 assert(cUnit->lastLIRInsn == NULL);
66 cUnit->lastLIRInsn = cUnit->firstLIRInsn = lir;
69 cUnit->lastLIRInsn->next = lir;
70 lir->prev = cUnit->lastLIRInsn;
72 cUnit->lastLIRInsn = lir;
CompilerIR.h 140 LIR *lastLIRInsn;
  /dalvik/vm/compiler/codegen/arm/
GlobalOptimizations.c 30 thisLIR != (ArmLIR *) cUnit->lastLIRInsn;
CodegenFactory.c 169 defStart = (LIR *)cUnit->lastLIRInsn;
173 defEnd = (LIR *)cUnit->lastLIRInsn;
254 defStart = (LIR *)cUnit->lastLIRInsn;
262 defEnd = (LIR *)cUnit->lastLIRInsn;
CodegenDriver.c 204 thisLIR != (ArmLIR *) cUnit->lastLIRInsn;
    [all...]

Completed in 90 milliseconds