HomeSort by relevance Sort by last modified time
    Searched refs:defEnd (Results 1 - 4 of 4) 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/x86/
X86LIR.h 72 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 46 milliseconds