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

  /dalvik/vm/compiler/codegen/
CodegenFactory.cpp 140 LIR *defEnd;
179 defEnd = (LIR *)cUnit->lastLIRInsn;
180 dvmCompilerMarkDef(cUnit, rlDest, defStart, defEnd);
211 LIR *defEnd;
264 defEnd = (LIR *)cUnit->lastLIRInsn;
265 dvmCompilerMarkDefWide(cUnit, rlDest, defStart, defEnd);
RallocUtil.cpp 78 p[i].dirty, p[i].sReg,(int)p[i].defStart, (int)p[i].defEnd);
152 p[i].defEnd = NULL;
181 p[i].defEnd = NULL;
441 p->defEnd = NULL;
471 p->defEnd = finish;
488 p->defEnd = finish;
515 infoLo->defEnd = NULL;
517 infoHi->defEnd = NULL;
529 nullifyRange(cUnit, p->defStart, p->defEnd,
541 nullifyRange(cUnit, p->defStart, p->defEnd,
    [all...]
  /dalvik/vm/compiler/codegen/mips/
CodegenFactory.cpp 132 LIR *defEnd;
171 defEnd = (LIR *)cUnit->lastLIRInsn;
172 dvmCompilerMarkDef(cUnit, rlDest, defStart, defEnd);
202 LIR *defEnd;
255 defEnd = (LIR *)cUnit->lastLIRInsn;
256 dvmCompilerMarkDefWide(cUnit, rlDest, defStart, defEnd);
RallocUtil.cpp 80 p[i].dirty, p[i].sReg,(int)p[i].defStart, (int)p[i].defEnd);
154 p[i].defEnd = NULL;
183 p[i].defEnd = NULL;
507 p->defEnd = NULL;
537 p->defEnd = finish;
554 p->defEnd = finish;
581 infoLo->defEnd = NULL;
583 infoHi->defEnd = NULL;
601 nullifyRange(cUnit, p->defStart, p->defEnd,
613 nullifyRange(cUnit, p->defStart, p->defEnd,
    [all...]
MipsLIR.h 140 struct LIR *defEnd; // Ending inst in last def sequence
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 111 struct LIR *defEnd; // Ending inst in last def sequence
    [all...]

Completed in 213 milliseconds