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

  /dalvik/vm/compiler/codegen/arm/
CodegenFactory.c 131 LIR *defStart;
167 defStart = (LIR *)cUnit->lastLIRInsn;
172 dvmCompilerMarkDef(cUnit, rlDest, defStart, defEnd);
201 LIR *defStart;
247 defStart = (LIR *)cUnit->lastLIRInsn;
256 dvmCompilerMarkDefWide(cUnit, rlDest, defStart, defEnd);
RallocUtil.c 103 p[i].dirty, p[i].sReg,(int)p[i].defStart, (int)p[i].defEnd);
176 p[i].defStart = NULL;
205 p[i].defStart = NULL;
494 p->defStart = NULL;
524 p->defStart = start->next;
541 p->defStart = start->next;
568 infoLo->defStart = NULL;
570 infoHi->defStart = NULL;
583 nullifyRange(cUnit, p->defStart, p->defEnd,
595 nullifyRange(cUnit, p->defStart, p->defEnd
    [all...]
ArmLIR.h 110 struct LIR *defStart; // Starting inst in last def sequence
    [all...]

Completed in 174 milliseconds